Files
supplier-dispatch-h5/node_modules/vant/es/tab/index.less
2023-08-11 10:45:20 +08:00

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;
}
}
}