Browse Source

Merge branch 'master' into develop-1.0.0

pull/1496/head
afc163 9 years ago
parent
commit
4bbb55f070
  1. 5
      style/components/collapse.less

5
style/components/collapse.less

@ -52,12 +52,15 @@
}
}
&-anim-active {
transition: height .2s @ease-out;
}
&-content {
overflow: hidden;
color: @text-color;
padding: 0 16px;
background-color: #fff;
transition: height .2s @ease-out;
& > &-box {
padding-top: 16px;

Loading…
Cancel
Save