Commit 3e4af8ab91c440a781cf048de13d375a69f6261b

Authored by zhiyangdu
1 parent 2c33a8d0

滚动加载更多调优

src/pages/myGiftBox/myGiftBox.less
@@ -2,7 +2,7 @@ @@ -2,7 +2,7 @@
2 width: 100%; 2 width: 100%;
3 // height: calc(100vh-25px); 3 // height: calc(100vh-25px);
4 background-color: #fff; 4 background-color: #fff;
5 - padding-top: 25px; 5 + // padding-top: 25px;
6 .gift_top{ 6 .gift_top{
7 width: 100%; 7 width: 100%;
8 background-color: #fff; 8 background-color: #fff;
@@ -58,7 +58,7 @@ @@ -58,7 +58,7 @@
58 } 58 }
59 } 59 }
60 .item_box{ 60 .item_box{
61 - // height: calc(100vh-224px); 61 + height: 100vh;
62 padding-bottom: 40px; 62 padding-bottom: 40px;
63 overflow-y: auto; 63 overflow-y: auto;
64 box-sizing: border-box; 64 box-sizing: border-box;