Commit d9bf55ae4564ce9cd0f68e03b4350adc122dad36

Authored by zhiyangdu
1 parent 4cb0c01e

积分商城样式优化

src/pages/pointsMall/pointsMall.vue
... ... @@ -26,7 +26,7 @@
26 26 v-model="showShareItems"
27 27 @click-overlay="onShowShareItems"
28 28 :overlay-style="{ top:(parseInt($parent.top.value) + 109)+ 'px' }"
29   - :style="'top: ' + (parseInt($parent.top.value) + 76)+ 'px'">
  29 + :style="'top: ' + (parseInt($parent.top.value) + 74)+ 'px'">
30 30 <share-item :class="{'hide': $route.query.hideBack == true}"
31 31 @back="back"
32 32 :backs="backs"
... ...