From f0bf8c399c354c22227f8f1a76ed806098db59c0 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 21 五月 2024 16:51:02 +0800 Subject: [PATCH] 2024-05-21 --- 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