mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
14 lines
163 B
Plaintext
14 lines
163 B
Plaintext
.van-tab__pane {
|
|
box-sizing: border-box;
|
|
overflow-y: auto;
|
|
|
|
&--active {
|
|
height: auto;
|
|
}
|
|
|
|
&--inactive {
|
|
height: 0px;
|
|
overflow: visible;
|
|
}
|
|
}
|