Commit a7260e6a88e951f0655dc688fcbd37ed4f8934f1

Authored by zhiyangdu
1 parent b573276e

样式优化

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