wxd
/
MShopWeApp
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
6c8809fcd540f396ac10c459717f28a704f79b51
Authored by
yvan.ni
2020-12-11 14:40:40 +0800
1 parent
7be95ce7
苹果手机不能滚动的样式修复
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
pages/index/index/index.wxss
pages/template/index.wxss
pages/index/index/index.wxss
View file @
6c8809f
...
...
@@ -924,4 +924,5 @@
924
924
page {
925
925
overflow-x: hidden;
926
926
padding-bottom: 120rpx;
927
-}
928
927
\ No newline at end of file
928
+}
929
+.container{ overflow: hidden;}
929
930
\ No newline at end of file
...
...
pages/template/index.wxss
View file @
6c8809f
...
...
@@ -908,4 +908,5 @@
908
908
.swiper{
909
909
height: 250rpx;
910
910
padding-bottom:30rpx;
911
-}
912
911
\ No newline at end of file
912
+}
913
+.container{ overflow: hidden;}
913
914
\ No newline at end of file
...
...