Ben Lin
2024-07-04 5fdea06fbfc49a8ae8f20054db6b27fcf4ade75f
1
2
3
4
5
6
7
8
9
10
11
12
13
@import './base.less';
@import './fade.less';
@import './scale.less';
@import './slide.less';
@import './scroll.less';
@import './zoom.less';
 
.collapse-transition {
  transition:
    0.2s height ease-in-out,
    0.2s padding-top ease-in-out,
    0.2s padding-bottom ease-in-out;
}