mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
21 lines
268 B
Plaintext
21 lines
268 B
Plaintext
:host {
|
|
flex-shrink: 0;
|
|
box-sizing: border-box;
|
|
width: 100%;
|
|
}
|
|
|
|
.van-tab__pane {
|
|
box-sizing: border-box;
|
|
overflow-y: auto;
|
|
-webkit-overflow-scrolling: touch;
|
|
|
|
&--active {
|
|
height: auto;
|
|
}
|
|
|
|
&--inactive {
|
|
height: 0;
|
|
overflow: visible;
|
|
}
|
|
}
|