Commit 46806bfc6efb7a4180f998fd70b994bc306d26c7
1 parent
fb2be1b4
样式优化
Showing
1 changed file
with
1 additions
and
1 deletions
src/pages/myGiftBox/myGiftBox.vue
| @@ -5,7 +5,7 @@ | @@ -5,7 +5,7 @@ | ||
| 5 | <!--tab切换--> | 5 | <!--tab切换--> |
| 6 | <div | 6 | <div |
| 7 | class="top_box" | 7 | class="top_box" |
| 8 | - :style="'padding-top: ' + ($parent.top.value + 15) + 'px'" | 8 | + :style="'padding-top: ' + ($parent.top.value) + 'px'" |
| 9 | > | 9 | > |
| 10 | <img @click="$parent.back" src="static/img/icon_back.png" /> | 10 | <img @click="$parent.back" src="static/img/icon_back.png" /> |
| 11 | <div class="tabs"> | 11 | <div class="tabs"> |