From 5b2ad630265c070d069465b0657721b5af794345 Mon Sep 17 00:00:00 2001 From: guy Date: Tue, 13 Sep 2022 19:47:08 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E4=BC=98=E5=8C=96=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/less/core/utils/common.less | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/less/core/utils/common.less b/src/less/core/utils/common.less index 76a93b316..fe9230f3f 100644 --- a/src/less/core/utils/common.less +++ b/src/less/core/utils/common.less @@ -2,6 +2,19 @@ .base-disabled { cursor: not-allowed !important; + .cursor-pointer { + cursor: not-allowed !important; + } + .cursor-default { + cursor: not-allowed !important; + } + .cursor-move { + cursor: not-allowed !important; + } + + .cursor-text{ + cursor: text; + } color: @color-bi-text-disabled !important; & .bi-input {