From f3167f8371d19d0ea8fe7d0e7af5517ff0b08cd2 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 07 四月 2021 23:25:29 +0800 Subject: [PATCH] 2021-04-07 --- src/tabviews/custom/components/card/prop-card/index.scss | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/tabviews/custom/components/card/prop-card/index.scss b/src/tabviews/custom/components/card/prop-card/index.scss index 7ec304d..12c5e88 100644 --- a/src/tabviews/custom/components/card/prop-card/index.scss +++ b/src/tabviews/custom/components/card/prop-card/index.scss @@ -17,6 +17,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