fieldset 的 border 去掉

This commit is contained in:
liaoxuezhi 2020-06-14 11:17:22 +08:00
parent b5152cdf7b
commit 63bf417704
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,5 @@
.#{$ns}Collapse {
border: none;
padding: 0;
margin-bottom: $Form-item-gap;
@ -43,10 +44,11 @@
&-content {
transition: height 0.35s ease;
&.in,
&.out {
height: 0;
overflow: hidden;
}
}
}
}