@@ -8,7 +8,7 @@ page{
padding-bottom: calc(env(safe-area-inset-bottom) / 2 + 100rpx);
}
.store-grid{
- height: 100%;
+ background-color: #ffffff;
.store-list-row{
display: flex;
@@ -9,7 +9,7 @@
</view>
- <view class="bg-white store-grid">
+ <view class="bg-white store-grid">
<view class="grid col-2">
<block wx:for="{{storeList}}">
<view>
@@ -7,7 +7,7 @@ page{
height: 100%;
@@ -6,7 +6,7 @@ page{
- background-color: #ffffff;