Commit d2006f603dc0d6c0af4ac23ed120d7e7aebf4bde

Authored by zhiyangdu
1 parent 7e657ff9

解决筛选弹框滑动不了问题

src/pages/myGiftBox/myGiftBox.less
... ... @@ -141,7 +141,7 @@
141 141 width: 570px;
142 142 height: 100vh;
143 143 .screen_box {
144   - height: calc(100vh-90px);
  144 + height: calc(100vh-150px);
145 145 overflow-y: auto;
146 146 .title {
147 147 height: 40px;
... ...