Sign in
w-front-end
/
select_good
·
Commits
GitLab
Back to group
Project
Activity
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
624810d57fde00a0b7252bb5b1657dba8bfb3b6c
Authored by
zhiyangdu
2020-04-27 13:54:28 +0800
1 parent
d943b6e3
优化
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/pages/myGiftBox/myGiftBox.vue
src/pages/myGiftBox/myGiftBox.vue
View file @
624810d
1
1
<template>
2
2
<div class="my_gift_box">
3
3
<!--tab切换-->
4
- <div class="top_box"
>
4
+ <div class="top_box"
:style="'padding-top: ' + ($parent.top.value) + 'px'"
>
5
5
<img src="static/img/icon_back.png" />
6
6
<div class="tabs">
7
7
<van-tabs @change="onTap" v-model="active">
...
...