vant-weapp/packages/tab/index.less

14 lines
163 B
Plaintext

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