Browse Source

次元看板--车间看板下方位置调整

xiaost 1 year ago
parent
commit
f794adc2d3
3 changed files with 4 additions and 4 deletions
  1. 2 2
      src/views/shop/index.vue
  2. 1 1
      src/views/shop/up3.vue
  3. 1 1
      src/views/zxshop/up3.vue

+ 2 - 2
src/views/shop/index.vue

@@ -105,10 +105,10 @@
           <!-- 下面 -->
           <div class="bottom-box">
               <dv-border-box-12>
-                <bottom1 />
+                <bottom2 />
               </dv-border-box-12>
             <dv-border-box-12>
-              <bottom2 />
+              <bottom1 />
             </dv-border-box-12>
           </div>
         </div>

+ 1 - 1
src/views/shop/up3.vue

@@ -93,7 +93,7 @@ $box-width: 100%;
       margin-bottom: 7px;
       width: 340px;
       .dv-scr-rank-board {
-        height: 450px;
+        height: 430px;
       }
     }
   }

+ 1 - 1
src/views/zxshop/up3.vue

@@ -92,7 +92,7 @@ $box-width: 100%;
       margin-bottom: 7px;
       width: 340px;
       .dv-scr-rank-board {
-        height: 450px;
+        height: 430px;
       }
     }
   }