展开折叠效果,没有设置height时 transition 不起作用 可以设置max-height
.default {
max-height: 500px;
transition: all 1000ms ease;
}
.close {
max-height: 0;
}
展开折叠效果,没有设置height时 transition 不起作用 可以设置max-height
.default {
max-height: 500px;
transition: all 1000ms ease;
}
.close {
max-height: 0;
}
相关文章: