vant-weapp/packages/tab/index.less
2019-09-07 19:18:37 +08:00

14 lines
161 B
Plaintext

.van-tab__pane {
box-sizing: border-box;
overflow-y: auto;
&--active {
height: auto;
}
&--inactive {
height: 0;
overflow: visible;
}
}