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
d2006f603dc0d6c0af4ac23ed120d7e7aebf4bde
Authored by
zhiyangdu
2020-05-15 14:31:15 +0800
1 parent
7e657ff9
解决筛选弹框滑动不了问题
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/pages/myGiftBox/myGiftBox.less
src/pages/myGiftBox/myGiftBox.less
View file @
d2006f6
...
...
@@ -141,7 +141,7 @@
141
141
width: 570px;
142
142
height: 100vh;
143
143
.screen_box {
144
- height: calc(100vh-
9
0px);
144
+ height: calc(100vh-
15
0px);
145
145
overflow-y: auto;
146
146
.title {
147
147
height: 40px;
...
...