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/chart1.vue |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/src/views/visualization/list/chart1.vue b/src/views/visualization/list/chart1.vue
index 9e17075..6ee422b 100644
--- a/src/views/visualization/list/chart1.vue
+++ b/src/views/visualization/list/chart1.vue
@@ -117,6 +117,12 @@
             }
             const myChart = echarts.init(id);
             var option = {
+                grid: {
+                    left: "10%",
+                    top: "10%",
+                    right: "5%",
+                    bottom: "25%",
+                },
                 title: {
                     text: "",
                     textStyle: {
@@ -187,7 +193,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