From 39516f79baebceccef1ed57e6a790e1ebb1fe29c Mon Sep 17 00:00:00 2001
From: fuliqi <fuliqi@qq.com>
Date: 星期三, 13 三月 2024 09:20:38 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 src/views/home/data-view/index.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/views/home/data-view/index.vue b/src/views/home/data-view/index.vue
index 0288490..1360bc8 100644
--- a/src/views/home/data-view/index.vue
+++ b/src/views/home/data-view/index.vue
@@ -9,13 +9,13 @@
 
     <el-card class="map-wrapper">
       <el-row :gutter="40" class="data-plane" style="height: 100%;">
-        <el-col :xs='24' :md="24" :sm="24" :lg="12" :xl="6" style="height: 100%;">
+        <el-col :xs='24' :md="24" :sm="24" :lg="6" :xl="6" style="height: 100%;">
           <data-icon :activeData="activeData"></data-icon>
         </el-col>
         <el-col :xs='24' :md="24" :sm="24" :lg="12" :xl="12" style="height: 100%;">
           <data-map @filterData="filterData"></data-map>
         </el-col>
-        <el-col :xs='24' :md="24" :sm="24" :lg="12" :xl="6" style="height: 100%;">
+        <el-col :xs='24' :md="24" :sm="24" :lg="6" :xl="6" style="height: 100%;">
           <data-hola :activeData="activeData"></data-hola>
         </el-col>
       </el-row>
@@ -276,4 +276,4 @@
     width: 20%;
   }
 }
-</style>
\ No newline at end of file
+</style>

--
Gitblit v1.8.0