From 78c7b6c6dfe40761e7b8eb60498f2eb73c0aaad1 Mon Sep 17 00:00:00 2001
From: suerprisePlus <15810472099@163.com>
Date: 星期四, 17 十月 2024 14:58:26 +0800
Subject: [PATCH] 登录页修改

---
 src/views/visualization/list/chart.vue |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/src/views/visualization/list/chart.vue b/src/views/visualization/list/chart.vue
index e9ad81e..73df6d7 100644
--- a/src/views/visualization/list/chart.vue
+++ b/src/views/visualization/list/chart.vue
@@ -116,6 +116,12 @@
             }
             const myChart = echarts.init(id);
             var option = {
+                grid: {
+                    left: "10%",
+                    top: "10%",
+                    right: "5%",
+                    bottom: "25%",
+                },
                 title: {
                     text: "",
                     textStyle: {
@@ -163,7 +169,7 @@
             option && myChart.setOption(option);
         },
         setEchartChange(res) {
-            
+
 
             this.roadItem = res.val[0]
             this.showEchart();
@@ -189,7 +195,7 @@
         color: #fff;
         width: 100%;
         height: 45px;
-        line-height: 45px;
+        line-height: 30px;
         background-size: 100% 100%;
         background-repeat: no-repeat;
     }

--
Gitblit v1.9.3