YangYuGang
2025-03-08 1094c29e03ee0efc7121babda0532c8138aa801f
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;
}