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
46806bfc6efb7a4180f998fd70b994bc306d26c7
Authored by
zhiyangdu
2020-05-13 14:54:19 +0800
1 parent
fb2be1b4
样式优化
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 @
46806bf
...
...
@@ -5,7 +5,7 @@
5
5
<!--tab切换-->
6
6
<div
7
7
class="top_box"
8
- :style="'padding-top: ' + ($parent.top.value
+ 15
) + '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">
...
...