From a975aa770d1f5d0ae133f0e87a28b5d6b94734ef Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 09 五月 2024 11:16:42 +0800 Subject: [PATCH] 2024-05-09 --- src/tabviews/custom/components/card/cardcellList/index.scss | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/src/tabviews/custom/components/card/cardcellList/index.scss b/src/tabviews/custom/components/card/cardcellList/index.scss index ff8997c..e5cfb31 100644 --- a/src/tabviews/custom/components/card/cardcellList/index.scss +++ b/src/tabviews/custom/components/card/cardcellList/index.scss @@ -10,6 +10,18 @@ .ant-btn { padding: 0; } + .ant-btn.mk-btn-hover-bg:not([disabled]):hover { + opacity: 1!important; + color: #ffffff!important; + border-color: var(--mk-sys-color)!important; + background-color: var(--mk-sys-color)!important; + } + .ant-btn.mk-btn-hover-border:not([disabled]):hover { + opacity: 1!important; + color: var(--mk-sys-color)!important; + border-color: var(--mk-sys-color)!important; + background-color: #ffffff!important; + } .file-image { max-height: 100%; vertical-align: top; -- Gitblit v1.8.0