From 38721bb61ff71f38c013bcc571e1ce9284da2b8d Mon Sep 17 00:00:00 2001 From: tangjinzhou <415800467@qq.com> Date: Wed, 8 Dec 2021 10:31:15 +0800 Subject: [PATCH] fix: radio cursor style --- components/radio/style/index.less | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/components/radio/style/index.less b/components/radio/style/index.less index f3a5d21c9fc0..7a29248b6ef6 100644 --- a/components/radio/style/index.less +++ b/components/radio/style/index.less @@ -31,7 +31,9 @@ align-items: baseline; margin-right: @radio-wrapper-margin-right; cursor: pointer; - + &-disabled { + cursor: not-allowed; + } &::after { display: inline-block; width: 0;