Commit b573276e4b444e4aa0da5d6715ea4a4cf39712d7

Authored by zhiyangdu
1 parent 294187ae

筛选弹框增加5px

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 >
... ...