From a9b02f6862522b54d0824152017bf2acfec2af7b Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 21 三月 2024 10:29:50 +0800 Subject: [PATCH] 2024-03-21 --- src/tabviews/custom/components/card/data-card/index.scss | 26 +++++++++++++++++++++++++- 1 files changed, 25 insertions(+), 1 deletions(-) diff --git a/src/tabviews/custom/components/card/data-card/index.scss b/src/tabviews/custom/components/card/data-card/index.scss index e56de99..e26e385 100644 --- a/src/tabviews/custom/components/card/data-card/index.scss +++ b/src/tabviews/custom/components/card/data-card/index.scss @@ -38,8 +38,15 @@ } } } - .mk-parity-bg { + .mk-even-line { .card-item-box { + background-color: #fafafa; + } + } + } + .data-zoom.mk-hover { + .mk-card { + .card-item-box:hover { background-color: var(--mk-sys-color1); } } @@ -251,6 +258,23 @@ } } } +.custom-data-card-box.shifting { + .normal-header:not(.header-search) + .toolbar-button { + position: absolute; + top: 0px; + right: 0px; + z-index: 1; + button { + margin-bottom: 0px!important; + } + } + .normal-header:not(.header-search) + .toolbar-button + .pickup-wrap{ + position: relative; + button { + position: relative; + } + } +} .custom-data-card-box::-webkit-scrollbar { width: 7px; height: 7px; -- Gitblit v1.8.0