Commit 44aec46d8fefe9eca469b14a5d8356f58ad34412

Authored by zhiyangdu
1 parent 46806bfc

样式优化

src/pages/myGiftBox/myGiftBox.vue
... ... @@ -5,7 +5,7 @@
5 5 <!--tab切换-->
6 6 <div
7 7 class="top_box"
8   - :style="'padding-top: ' + ($parent.top.value) + 'px'"
  8 + :style="'padding-top: ' + $parent.top.value + 'px'"
9 9 >
10 10 <img @click="$parent.back" src="static/img/icon_back.png" />
11 11 <div class="tabs">
... ...