This website works better with JavaScript.
Home
Explore
Help
Sign In
BWPB3
/
WxXuSaleDriverRole
Watch
9
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Activity
Browse Source
固定高度,解决低版本苹果系统高度不自动拉伸的问题
master
chenxuhui
7 years ago
parent
97bf2c6031
commit
699fb7bc5c
2 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
pages/orderList/orderList.wxss
+1
-0
pages/saleOutStore/saleOutStore.wxss
+ 1
- 0
pages/orderList/orderList.wxss
View File
@ -57,6 +57,7 @@ page {
}
.listItem{
height: 50px;
display: flex;
flex-direction: column;
padding: 20rpx 20rpx;
+ 1
- 0
pages/saleOutStore/saleOutStore.wxss
View File
@ -48,6 +48,7 @@ page {
}
.listItem{
height: 50px;
display: flex;
flex-direction: column;
padding: 20rpx 20rpx;
Write
Preview
Loading…
Cancel
Save