From 8d66ff34fae5b048a6b7923cc75d34f13a08be9d Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 02 八月 2022 11:42:43 +0800 Subject: [PATCH] Merge branch 'develop' --- src/tabviews/zshare/cardcomponent/index.scss | 14 +++++--------- 1 files changed, 5 insertions(+), 9 deletions(-) diff --git a/src/tabviews/zshare/cardcomponent/index.scss b/src/tabviews/zshare/cardcomponent/index.scss index 6d5b2b8..f4d3ec1 100644 --- a/src/tabviews/zshare/cardcomponent/index.scss +++ b/src/tabviews/zshare/cardcomponent/index.scss @@ -88,21 +88,17 @@ right: 0; bottom: 0; - div { + .ant-btn { + border: 0; width: 100%; height: 100%; - .ant-btn { - border: 0; - width: 100%; - height: 100%; - color: #d9d9d9; - transition: color 0.3s linear; - } + color: #d9d9d9; + transition: color 0.3s linear; } } .mk-card-insert:hover { .ant-btn { - color: #1890ff; + color: var(--mk-sys-color); } } } -- Gitblit v1.8.0