From 02822f7c9b50bf1b58c11f9820cff5b9e41a1a59 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期一, 20 二月 2023 16:19:17 +0800 Subject: [PATCH] 2023-02-20 --- src/tabviews/custom/components/card/double-data-card/index.scss | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/src/tabviews/custom/components/card/double-data-card/index.scss b/src/tabviews/custom/components/card/double-data-card/index.scss index 8200674..02ad6b2 100644 --- a/src/tabviews/custom/components/card/double-data-card/index.scss +++ b/src/tabviews/custom/components/card/double-data-card/index.scss @@ -197,6 +197,9 @@ .circle-select { border-radius: 0!important; } + .circle-select.half::after { + border-radius: 0px; + } } .data-zoom.check { .mk-card.active, .mk-card.selected { @@ -221,6 +224,7 @@ left: 4px; content: ' '; display: block; + border-radius: 8px; width: 8px; height: 8px; background: var(--mk-sys-color); -- Gitblit v1.8.0