From 4b5b5a0f13adceaa4a759580b5dc4ac3179f884d Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 10 三月 2021 18:26:29 +0800 Subject: [PATCH] 2021-03-10 --- src/tabviews/custom/components/card/data-card/index.scss | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/tabviews/custom/components/card/data-card/index.scss b/src/tabviews/custom/components/card/data-card/index.scss index c9e972b..49e69ef 100644 --- a/src/tabviews/custom/components/card/data-card/index.scss +++ b/src/tabviews/custom/components/card/data-card/index.scss @@ -74,6 +74,9 @@ background-color: #ffffff; transition: all 0.3s; } + >.pointer { + cursor: pointer; + } >.active >.card-item-box { border-color: #1890ff!important; box-shadow: 0 0 4px #1890ff; -- Gitblit v1.8.0