Commit 7e657ff99029c3df59063bde3e5dd860b9aa2e92
1 parent
2ebd1ef3
van-popup需要在行内设置高度
Showing
1 changed file
with
1 additions
and
0 deletions
src/pages/myGiftBox/myGiftBox.vue
| ... | ... | @@ -103,6 +103,7 @@ |
| 103 | 103 | class="screenPopup" |
| 104 | 104 | v-model="popupShow" |
| 105 | 105 | position="right" |
| 106 | + :style="{ height: '100vh'}"> | |
| 106 | 107 | <div :style="'padding-top: ' + ($parent.top.value + 15) + 'px'" class="screen_box"> |
| 107 | 108 | <!-- 标题 --> |
| 108 | 109 | <div class="title">筛选订单</div > | ... | ... |