From 5ebc500a3e8c519a3e3388c4176e51bf2e5fe38e Mon Sep 17 00:00:00 2001
From: fuliqi <fuliqi@qq.com>
Date: 星期三, 25 九月 2024 10:33:11 +0800
Subject: [PATCH] 地图倾斜

---
 src/views/system/work-order/threshold/index.vue |   17 +++++++++--------
 1 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/src/views/system/work-order/threshold/index.vue b/src/views/system/work-order/threshold/index.vue
index 412791e..feb4b44 100644
--- a/src/views/system/work-order/threshold/index.vue
+++ b/src/views/system/work-order/threshold/index.vue
@@ -13,8 +13,8 @@
     <!--        </el-button>-->
     <!--      </el-col>-->
     <!--    </el-row>-->
-    <div style="display: flex;overflow-x: auto;" >
-      <div>
+    <el-row>
+      <el-col :xs="24" :sm="24" :md="12" :lg="12" :xl="8">
         <el-card style="margin-bottom: 20px; height: 350px; margin-right: 20px;color: #656565;">
           <div style="display: flex; justify-content: space-between">
             <div class="header鈥攖ext">瑙嗛</div>
@@ -102,8 +102,8 @@
             </div>
           </div>
         </el-card>
-      </div>
-      <div>
+      </el-col>
+      <el-col :xs="24" :sm="24" :md="12" :lg="12" :xl="8">
         <el-card style="margin-bottom: 20px; height: 350px; margin-right: 20px;color: #656565;">
           <div style="display: flex; justify-content: space-between">
             <div class="header鈥攖ext">浜鸿劯</div>
@@ -191,9 +191,9 @@
               </div>
             </div>
           </div>
-        </el-card></div
+        </el-card></el-col
       >
-      <div>
+      <el-col :xs="24" :sm="24" :md="12" :lg="12" :xl="8">
         <el-card style="margin-bottom: 20px; height: 350px; margin-right: 20px;color: #656565;">
           <div style="display: flex; justify-content: space-between">
             <div class="header鈥攖ext">杞﹁締</div>
@@ -280,8 +280,9 @@
               </div>
             </div>
           </div>
-        </el-card></div>
-    </div>
+        </el-card></el-col
+      >
+    </el-row>
   </div>
 </template>
 

--
Gitblit v1.8.0