fix: radio cursor style

This commit is contained in:
tangjinzhou 2021-12-08 10:31:15 +08:00
parent 2df7cc6f30
commit 38721bb61f

View File

@ -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;