From c7c3b0cd51c2c9251a11e4b5bc5057cc92f6e9a7 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期一, 02 十一月 2020 09:18:43 +0800 Subject: [PATCH] 2020-11-02 --- src/tabviews/custom/components/card/cardcellList/index.scss | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/src/tabviews/custom/components/card/cardcellList/index.scss b/src/tabviews/custom/components/card/cardcellList/index.scss index 1cebd69..e994d95 100644 --- a/src/tabviews/custom/components/card/cardcellList/index.scss +++ b/src/tabviews/custom/components/card/cardcellList/index.scss @@ -62,7 +62,6 @@ position: relative; height: 12px; padding: 3px 0; - cursor: pointer; touch-action: none; .ant-mk-slider-track { @@ -89,7 +88,6 @@ background-color: #fff; border: solid 2px #91d5ff; border-radius: 50%; - cursor: pointer; transition: border-color 0.3s, box-shadow 0.6s, transform 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28), -webkit-box-shadow 0.6s, -webkit-transform 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28); } } -- Gitblit v1.8.0