fix(components): [cascader] fix large interval when multiple checkboxes (#9428)

* fix(theme-chalk): [cascader] fix large interval when multiple checkboxes

* fix(theme-chalk): separate style
This commit is contained in:
LIUCHAO
2022-09-08 19:12:04 +08:00
committed by GitHub
parent daefb75224
commit e1f8d7e093

View File

@@ -124,6 +124,10 @@
text-overflow: ellipsis;
}
> .#{$namespace}-checkbox {
margin-right: 0;
}
> .#{$namespace}-radio {
margin-right: 0;