From b106dc00fc0ff552e0f86a2f7fa675e296ba2287 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 27 三月 2024 21:37:39 +0800 Subject: [PATCH] 2024-03-27 --- src/tabviews/custom/components/chart/antv-X6/index.scss | 33 ++++++++++++++++++++++++++++----- 1 files changed, 28 insertions(+), 5 deletions(-) diff --git a/src/tabviews/custom/components/chart/antv-X6/index.scss b/src/tabviews/custom/components/chart/antv-X6/index.scss index 7888b42..5fc7c62 100644 --- a/src/tabviews/custom/components/chart/antv-X6/index.scss +++ b/src/tabviews/custom/components/chart/antv-X6/index.scss @@ -32,11 +32,34 @@ .right-tool { float: right; line-height: 40px; - .anticon { - margin: 0 10px; - font-size: 22px; - cursor: pointer; - vertical-align: middle; + + .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