Commit f405a929 authored by Jenny's avatar Jenny

feat: table padding

parent 4a23926d
...@@ -145,13 +145,13 @@ ...@@ -145,13 +145,13 @@
font-size: 28rpx; font-size: 28rpx;
color: $u-main-color; color: $u-main-color;
font-weight: bold; font-weight: bold;
padding: 12rpx; padding: 10px;
background-color: rgb(245, 246, 248); background-color: rgb(245, 246, 248);
} }
.td{ .td{
flex: 0 0 240rpx; flex: 0 0 240rpx;
align-self: stretch; align-self: stretch;
padding: 12rpx; padding: 10px;
font-size: 28rpx; font-size: 28rpx;
color: $u-content-color; color: $u-content-color;
display: flex; display: flex;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment