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