From 1168b0243adb3330a252c4594fc23a4e1173a1bc Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期三, 13 三月 2024 10:39:27 +0800
Subject: [PATCH] 点位优化
---
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