From f9816a4078fdba44115c69025d9982997f23b484 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期一, 29 四月 2024 16:00:49 +0800
Subject: [PATCH] Merge branch 'develop'

---
 src/tabviews/custom/components/chart/antv-X6/index.scss |   32 ++++++++++++++++++++++++++++----
 1 files changed, 28 insertions(+), 4 deletions(-)

diff --git a/src/tabviews/custom/components/chart/antv-X6/index.scss b/src/tabviews/custom/components/chart/antv-X6/index.scss
index ccaccfb..5fc7c62 100644
--- a/src/tabviews/custom/components/chart/antv-X6/index.scss
+++ b/src/tabviews/custom/components/chart/antv-X6/index.scss
@@ -32,10 +32,34 @@
     .right-tool {
       float: right;
       line-height: 40px;
-      .anticon {
-        margin: 0 10px;
-        font-size: 16px;
-        cursor: pointer;
+
+      .ant-switch {
+        min-width: 60px;
+        height: 28px;
+        line-height: 28px;
+        margin-top: -2px;
+        .ant-switch-inner {
+          font-size: 14px;
+        }
+      }
+      .ant-switch:after {
+        width: 24px;
+        height: 24px;
+      }
+      .save, .save:hover, .save:active, .save:focus {
+        border-color: var(--mk-sys-color);
+        background-color: var(--mk-sys-color);
+        color: #ffffff;
+        margin: 0 15px;
+        height: 30px;
+      }
+      .close {
+        margin-right: 15px;
+      }
+      .close:hover, .close:active, .close:focus {
+        border-color: var(--mk-sys-color);
+        color: var(--mk-sys-color);
+        height: 30px;
       }
     }
   }

--
Gitblit v1.8.0