From 42c30a396471abc6bf3ab6f0ff20b21ddfb3b364 Mon Sep 17 00:00:00 2001
From: 田源 <lastanimals@163.com>
Date: 星期五, 08 十一月 2024 14:42:48 +0800
Subject: [PATCH] 首页样式更改

---
 Source/plt-web/plt-web-ui/src/views/wel/index.vue |   16 +++++++++++-----
 1 files changed, 11 insertions(+), 5 deletions(-)

diff --git a/Source/plt-web/plt-web-ui/src/views/wel/index.vue b/Source/plt-web/plt-web-ui/src/views/wel/index.vue
index ee3dc07..6624c8d 100644
--- a/Source/plt-web/plt-web-ui/src/views/wel/index.vue
+++ b/Source/plt-web/plt-web-ui/src/views/wel/index.vue
@@ -8,8 +8,8 @@
       </el-col>
     </el-row>
     <el-row>
-      <el-col :span="16">
-        <basic-container style="height: 560px">
+      <el-col :span="16" style="height: 560px">
+        <basic-container>
           <el-collapse v-model="activeNames" @change="handleChange">
             <el-collapse-item name="1" title="娆㈣繋浣跨敤PLT-WEB骞冲彴">
               <div>
@@ -41,11 +41,10 @@
           </el-collapse>
         </basic-container>
       </el-col>
-      <el-col :span="8">
+      <el-col :span="8" style="height: 560px">
         <el-row>
           <basic-container>
             <div class="el-font-size">
-
               <span>浜у搧鍚嶇О</span>
               <el-divider direction="vertical"/>
               <span><el-tag>PLT-WEB骞冲彴</el-tag></span>
@@ -65,7 +64,9 @@
             </div>
           </basic-container>
           <basic-container>
-            <v-chart id="chart" :auto-resize="true" :options="chartOptions"></v-chart>
+            <div style="height: 309px">
+              <v-chart id="chart" :auto-resize="true" :options="chartOptions"></v-chart>
+            </div>
           </basic-container>
         </el-row>
 
@@ -221,5 +222,10 @@
 .avue-text-ellipsis__text {
   font-size: 14px !important;
 }
+
+#chart {
+  width: 100%;
+  height: 309px;
+}
 </style>
 

--
Gitblit v1.9.3