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
0d158187113202902433d2863a4ccd9e030a8626
Authored by
zhiyangdu
2020-04-29 15:05:44 +0800
1 parent
2f549705
样式优化
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletions
src/pages/myGiftBox/myGiftBox.less
src/pages/myGiftBox/myGiftBox.vue
src/pages/myGiftBox/myGiftBox.less
View file @
0d15818
...
...
@@ -59,4 +59,10 @@
59
59
font-size: 26px;
60
60
color: #999;
61
61
}
62
+ .van-picker__cancel, .van-picker__confirm{
63
+ font-size: 30px;
64
+ }
65
+ .van-picker-column{
66
+ font-size: 28px;
67
+ }
62
68
}
...
...
src/pages/myGiftBox/myGiftBox.vue
View file @
0d15818
...
...
@@ -46,7 +46,6 @@
46
46
</div>
47
47
<!-- 弹出框 -->
48
48
<van-popup
49
- :style="{ height: '160px' }"
50
49
position="bottom"
51
50
v-model="actionSheetShow"
52
51
>
...
...