Commit b573276e4b444e4aa0da5d6715ea4a4cf39712d7
1 parent
294187ae
筛选弹框增加5px
Showing
1 changed file
with
1 additions
and
1 deletions
src/pages/myGiftBox/myGiftBox.vue
| ... | ... | @@ -103,7 +103,7 @@ |
| 103 | 103 | class="screenPopup" |
| 104 | 104 | v-model="popupShow" |
| 105 | 105 | position="right" |
| 106 | - :style="{ height: '100vh', width: '285px' }"> | |
| 106 | + :style="{ height: '100vh', width: '290px' }"> | |
| 107 | 107 | <div :style="'padding-top: ' + ($parent.top.value + 15) + 'px'" class="screen_box"> |
| 108 | 108 | <!-- 标题 --> |
| 109 | 109 | <div class="title">筛选订单</div > | ... | ... |