Commit 3172503a authored by root's avatar root

update table first column & cell to fixed

parent a6d4b1dc
...@@ -248,7 +248,7 @@ $title-color: #f6f6f6; ...@@ -248,7 +248,7 @@ $title-color: #f6f6f6;
.column { .column {
position: absolute; position: absolute;
left: 10rpx; left: 10rpx;
bottom: 25rpx; bottom: 10rpx;
} }
} }
.content-cell { .content-cell {
...@@ -288,8 +288,8 @@ $title-color: #f6f6f6; ...@@ -288,8 +288,8 @@ $title-color: #f6f6f6;
width: $content-width; width: $content-width;
} }
.cell { .cell {
padding: 10px 0px ; padding: 5px 0px ;
line-height: 1.6; // line-height: 1.6;
font-size: 28rpx; font-size: 28rpx;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
......
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