fix(CollapseItem): can't hide border (#6533)

This commit is contained in:
neverland
2020-06-12 22:37:38 +08:00
committed by GitHub
parent 8a016e64cb
commit 7788822dba
2 changed files with 9 additions and 3 deletions
+6
View File
@@ -31,6 +31,12 @@
}
}
&--borderless {
&::after {
display: none;
}
}
&--disabled {
cursor: not-allowed;