18016688350 3 년 전
부모
커밋
01c28ee3b3
7개의 변경된 파일7개의 추가작업 그리고 7개의 파일을 삭제
  1. 1 1
      pages/agent/index.wxss
  2. 1 1
      pages/device/index.wxml
  3. 1 1
      pages/device/index.wxss
  4. 1 1
      pages/role/introducerList.wxss
  5. 1 1
      pages/role/operationList.wxss
  6. 1 1
      pages/stock/replenish.wxss
  7. 1 1
      pages/store/index.wxss

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