From cb9ade2afd2a367ad767bc605ab7086c695dd010 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 09 十二月 2022 15:53:32 +0800 Subject: [PATCH] 2022-12-09 --- 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