Commit 425ce7bc by xiexiaoqin

style: fix border color and box-sizing

parent a31e1cb1
...@@ -34,6 +34,7 @@ picker-view .column { ...@@ -34,6 +34,7 @@ picker-view .column {
background: rgba(10, 10, 10, 0.06); background: rgba(10, 10, 10, 0.06);
border-radius: 8rpx; border-radius: 8rpx;
margin-right: 24rpx; margin-right: 24rpx;
box-sizing: border-box;
} }
.tab>view>text { .tab>view>text {
...@@ -64,7 +65,7 @@ picker-view .column { ...@@ -64,7 +65,7 @@ picker-view .column {
.coustom-end { .coustom-end {
height: 144rpx; height: 144rpx;
position: relative; position: relative;
border-bottom: 2rpx solid rgba(25, 31, 37, 0.12); border-bottom: 1px solid rgba(239, 242, 245, 1);
} }
.coustom-end>text { .coustom-end>text {
......
...@@ -169,7 +169,7 @@ Component({ ...@@ -169,7 +169,7 @@ Component({
endDurationPostTime: '' endDurationPostTime: ''
}, },
props: { props: {
visibleItemCount: 3 visibleItemCount: 5
}, },
didMount() { didMount() {
this.setInitialValue(); this.setInitialValue();
......
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