Commit 3e4af8ab91c440a781cf048de13d375a69f6261b

Authored by zhiyangdu
1 parent 2c33a8d0

滚动加载更多调优

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