add Collapse component
add Collapse component
This commit is contained in:
parent
14768934b1
commit
49306c7a7f
12 changed files with 268 additions and 27 deletions
|
@ -5,4 +5,12 @@
|
|||
}
|
||||
.fade-enter, .fade-leave {
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
.height-transition{
|
||||
.transition(all @transition-time @ease-in-out);
|
||||
}
|
||||
|
||||
.height-enter, .height-leave {
|
||||
height: 0;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue