mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
18 lines
229 B
Plaintext
18 lines
229 B
Plaintext
@import '../style/var';
|
|
|
|
.van-tab {
|
|
&__pane {
|
|
&,
|
|
&-wrapper {
|
|
flex-shrink: 0;
|
|
box-sizing: border-box;
|
|
width: 100%;
|
|
}
|
|
|
|
&-wrapper--inactive {
|
|
height: 0;
|
|
overflow: visible;
|
|
}
|
|
}
|
|
}
|