Commit 8d291fc1e62fd8323a29d0475adca153b26f49cd

Authored by zhiyangdu
1 parent e74d45d5

样式优化

src/pages/myGiftBox/myGiftBox.less
@@ -48,7 +48,7 @@ @@ -48,7 +48,7 @@
48 } 48 }
49 } 49 }
50 .item_box{ 50 .item_box{
51 - height: calc(100vh-114px); 51 + height: calc(100vh-164px);
52 padding-bottom: 40px; 52 padding-bottom: 40px;
53 overflow-y: auto; 53 overflow-y: auto;
54 box-sizing: border-box; 54 box-sizing: border-box;
@@ -57,6 +57,7 @@ @@ -57,6 +57,7 @@
57 } 57 }
58 } 58 }
59 .tab_btn_list{ 59 .tab_btn_list{
  60 + height: 50px;
60 margin: 30px 30px 10px 30px; 61 margin: 30px 30px 10px 30px;
61 // tab边框 62 // tab边框
62 .van-hairline--top-bottom::after, 63 .van-hairline--top-bottom::after,