From 84b3331ec60367869a3546aff2df2e0ec4462ab1 Mon Sep 17 00:00:00 2001
From: hdy <1105738590@qq.com>
Date: 星期二, 23 一月 2024 15:03:58 +0800
Subject: [PATCH] 修改-主页

---
 jcdm-ui/src/views/index.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/jcdm-ui/src/views/index.vue b/jcdm-ui/src/views/index.vue
index 37ff1f2..727f870 100644
--- a/jcdm-ui/src/views/index.vue
+++ b/jcdm-ui/src/views/index.vue
@@ -2,7 +2,7 @@
   <div class="dashboard-editor-container">
 
     <panel-group @handleSetLineChartData="handleSetLineChartData" />
-
+    <el-row style="margin-top: 12px" >
     <el-row style="background:#fff;padding:16px 16px 0;margin-bottom:32px;">
       <el-col :xs="24" :sm="12">
         <el-card>
@@ -17,7 +17,7 @@
 
       </el-col>
     </el-row>
-
+    </el-row>
   </div>
 </template>
 

--
Gitblit v1.9.3