From 26ab0d5c9dba0b1bb8605f49195a8ebfd0e822e9 Mon Sep 17 00:00:00 2001
From: ZhangXianQiang <1135831638@qq.com>
Date: 星期二, 05 三月 2024 16:29:57 +0800
Subject: [PATCH] fix:修改图表颜色

---
 src/views/index/chartgd.vue |   16 ++++++++++++----
 1 files changed, 12 insertions(+), 4 deletions(-)

diff --git a/src/views/index/chartgd.vue b/src/views/index/chartgd.vue
index 4806ef8..fd670e0 100644
--- a/src/views/index/chartgd.vue
+++ b/src/views/index/chartgd.vue
@@ -642,20 +642,28 @@
   margin: 0px;
   position: relative;
   .info-div{
+    cursor: pointer;
     margin-top: 0.5rem;
-    background-color: #4E2749;
+    //background-color: #4E2749;
     height: 2.5rem;
     line-height: 2.5rem;
     padding-left: 0.5rem;
+    font-family: PingFang SC;
+    font-weight: 800;
+    color: #74A6F2;
   }
   .info-box {
+
     position: absolute;
-    top: 8px;
-    right: 8px;
+    top: 80px;
+    right: 34%;
     width: 300px;
     //height: 100%;
     //background-color: #1f1f1f;
-    background-color: #131F3F;
+    opacity: 0.6;
+    background: #11223A;
+    border: 1px solid #29466A;
+    //background-color: #131F3F;
     padding: 1rem;
     display: flex;
     flex-direction: column;

--
Gitblit v1.8.0