Commit 563a487e85d26f394dfae4c7763654f8fe746849
1 parent
687fce2a
1. iphone x 的样式优化
Showing
2 changed files
with
2 additions
and
2 deletions
pages/cart/cart/cart.wxml
... | ... | @@ -107,7 +107,7 @@ |
107 | 107 | </view> |
108 | 108 | </block> |
109 | 109 | </view> |
110 | - <view class="pay-for flex-vertical-between"> | |
110 | + <view class="pay-for flex-vertical-between" style="bottom:{{tabBar.isIpx ? '172rpx' : '100rpx'}}"> | |
111 | 111 | <view class="allradio flex-vertical-between"> |
112 | 112 | <view class="flex-vertical mlr" bindtap="checkAll"> |
113 | 113 | <!--<radio class="order-raido" color="red" checked="{{checkAllToggle}}"></radio>--> | ... | ... |