18016688350 3 years ago
parent
commit
01c28ee3b3

+ 1 - 1
pages/agent/index.wxss

@@ -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;

+ 1 - 1
pages/device/index.wxml

@@ -9,7 +9,7 @@
     </view>
   </view>
 
-  <view class="bg-white store-grid">
+  <view class="bg-white store-grid"> 
     <view class="grid col-2">
       <block wx:for="{{storeList}}">
         <view>

+ 1 - 1
pages/device/index.wxss

@@ -7,7 +7,7 @@ page{
   height: 100%;
 }
 .store-grid{
-  height: 100%;
+    background-color: #ffffff; 
 }
 .store-list-row{
   display: flex;

+ 1 - 1
pages/role/introducerList.wxss

@@ -6,7 +6,7 @@ page{
   height: 100%;
 }
 .store-grid{
-  height: 100%;
+    background-color: #ffffff; 
 }
 .store-list-row{
   display: flex;

+ 1 - 1
pages/role/operationList.wxss

@@ -6,7 +6,7 @@ page{
   height: 100%;
 }
 .store-grid{
-  height: 100%;
+    background-color: #ffffff; 
 }
 .store-list-row{
   display: flex;

+ 1 - 1
pages/stock/replenish.wxss

@@ -7,7 +7,7 @@ page{
   height: 100%;
 }
 .store-grid{
-  height: 100%;
+    background-color: #ffffff; 
 }
 .store-list-row{
   display: flex;

+ 1 - 1
pages/store/index.wxss

@@ -8,7 +8,7 @@ page{
   padding-bottom: calc(env(safe-area-inset-bottom) / 2 + 100rpx);
 }
 .store-grid{
-  background-color: #ffffff;
+  background-color: #ffffff; 
 }
 .store-list-row{
   display: flex;