From cb8c83978177a8d3de769fca12d2aa3642eb0275 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 16 十一月 2021 12:42:32 +0800 Subject: [PATCH] 2021-11-16 --- src/tabviews/zshare/cardcomponent/index.scss | 8 +++----- 1 files changed, 3 insertions(+), 5 deletions(-) diff --git a/src/tabviews/zshare/cardcomponent/index.scss b/src/tabviews/zshare/cardcomponent/index.scss index 05af64d..6d5b2b8 100644 --- a/src/tabviews/zshare/cardcomponent/index.scss +++ b/src/tabviews/zshare/cardcomponent/index.scss @@ -88,7 +88,7 @@ right: 0; bottom: 0; - .mk-btn-wrap { + div { width: 100%; height: 100%; .ant-btn { @@ -101,10 +101,8 @@ } } .mk-card-insert:hover { - .mk-btn-wrap { - .ant-btn { - color: #1890ff; - } + .ant-btn { + color: #1890ff; } } } -- Gitblit v1.8.0