Browse Source

固定高度,解决低版本苹果系统高度不自动拉伸的问题

master
chenxuhui 7 years ago
parent
commit
699fb7bc5c
2 changed files with 2 additions and 0 deletions
  1. +1
    -0
      pages/orderList/orderList.wxss
  2. +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;


Loading…
Cancel
Save