Commit e425ecad6abc1ebb0ac66970833833d29ab68e14
1 parent
d794d988
购好物首页,pl设置状态栏高度~
Showing
1 changed file
with
1 additions
and
1 deletions
src/pages/optimization2/optimization2.vue
| ... | ... | @@ -17,7 +17,7 @@ |
| 17 | 17 | </back-box> --> |
| 18 | 18 | |
| 19 | 19 | <!-- pl --> |
| 20 | - <div class="pl" :class="{'is-cnlive': !isWeChat.value, 'is-open-app': $parent.isOpenApp.value}" v-if="showSearch"></div> | |
| 20 | + <div class="pl" :class="{'is-cnlive': !isWeChat.value, 'is-open-app': $parent.isOpenApp.value}" :style="'padding-top: ' + $parent.top.value + 'px'" v-if="showSearch"></div> | |
| 21 | 21 | |
| 22 | 22 | <!-- 主区域 --> |
| 23 | 23 | <div class="main-box"> | ... | ... |