Commit 630ab8ecac1375f0617ae79fde7cbe2eb72cb5ea
1 parent
11099cf2
收礼组件样式优化
Showing
2 changed files
with
3 additions
and
3 deletions
src/pages/myGiftBox/myGiftBox.less
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 + 'px'" | 8 | + :style="'padding-top: ' + ($parent.top.value + 12.5) + '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"> |
| @@ -50,7 +50,7 @@ | @@ -50,7 +50,7 @@ | ||
| 50 | <!--内容--> | 50 | <!--内容--> |
| 51 | <div | 51 | <div |
| 52 | class="item_box" | 52 | class="item_box" |
| 53 | - :style="'padding-top: ' + ($parent.top.value + 90) + 'px'" | 53 | + :style="'padding-top: ' + ($parent.top.value + 80) + 'px'" |
| 54 | > | 54 | > |
| 55 | <div | 55 | <div |
| 56 | ref="boxx" | 56 | ref="boxx" |