From fa381753ef2a2b25b1c0722549ac17e333da79be Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 06 九月 2022 22:50:54 +0800 Subject: [PATCH] 2022-09-06 --- 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