From f72f2916f7606a38232223a4092590034852fd2d Mon Sep 17 00:00:00 2001
From: fuliqi <fuliqi@qq.com>
Date: 星期二, 12 三月 2024 10:40:07 +0800
Subject: [PATCH] 背景图

---
 src/views/home/data-chart/index.vue |    9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/src/views/home/data-chart/index.vue b/src/views/home/data-chart/index.vue
index 2421e0a..0f0d2b4 100644
--- a/src/views/home/data-chart/index.vue
+++ b/src/views/home/data-chart/index.vue
@@ -73,12 +73,12 @@
     initChart() {
       const option = {
         legend: {
-          right: '2%',
-          top: '5%',
+          right: 'right',
+          top: 'top',
+          orient: "vertical",
           icon: 'rect',
           data: [
             {
-
               name: '姝e父鏁�',
               itemStyle: {
                 color: 'rgba(62, 144, 247, 1)'
@@ -193,7 +193,6 @@
   align-items: center;
   z-index: 2;
 
-
   .more-button {
     cursor: pointer;
     font-size: 16px;
@@ -216,4 +215,4 @@
   margin: 0 20px;
   width: 180px;
 }
-</style>
\ No newline at end of file
+</style>

--
Gitblit v1.8.0