Commit 8d291fc1e62fd8323a29d0475adca153b26f49cd
1 parent
e74d45d5
样式优化
Showing
1 changed file
with
2 additions
and
1 deletions
src/pages/myGiftBox/myGiftBox.less
| ... | ... | @@ -48,7 +48,7 @@ |
| 48 | 48 | } |
| 49 | 49 | } |
| 50 | 50 | .item_box{ |
| 51 | - height: calc(100vh-114px); | |
| 51 | + height: calc(100vh-164px); | |
| 52 | 52 | padding-bottom: 40px; |
| 53 | 53 | overflow-y: auto; |
| 54 | 54 | box-sizing: border-box; |
| ... | ... | @@ -57,6 +57,7 @@ |
| 57 | 57 | } |
| 58 | 58 | } |
| 59 | 59 | .tab_btn_list{ |
| 60 | + height: 50px; | |
| 60 | 61 | margin: 30px 30px 10px 30px; |
| 61 | 62 | // tab边框 |
| 62 | 63 | .van-hairline--top-bottom::after, | ... | ... |