Commit 7e657ff99029c3df59063bde3e5dd860b9aa2e92

Authored by zhiyangdu
1 parent 2ebd1ef3

van-popup需要在行内设置高度

src/pages/myGiftBox/myGiftBox.vue
@@ -103,6 +103,7 @@ @@ -103,6 +103,7 @@
103 class="screenPopup" 103 class="screenPopup"
104 v-model="popupShow" 104 v-model="popupShow"
105 position="right" 105 position="right"
  106 + :style="{ height: '100vh'}">
106 <div :style="'padding-top: ' + ($parent.top.value + 15) + 'px'" class="screen_box"> 107 <div :style="'padding-top: ' + ($parent.top.value + 15) + 'px'" class="screen_box">
107 <!-- 标题 --> 108 <!-- 标题 -->
108 <div class="title">筛选订单</div > 109 <div class="title">筛选订单</div >