fieldset 的 border 去掉
This commit is contained in:
parent
b5152cdf7b
commit
63bf417704
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue