first
This commit is contained in:
17
node_modules/vant/es/tab/index.less
generated
vendored
Normal file
17
node_modules/vant/es/tab/index.less
generated
vendored
Normal file
@ -0,0 +1,17 @@
|
||||
@import '../style/var';
|
||||
|
||||
.van-tab {
|
||||
&__pane {
|
||||
&,
|
||||
&-wrapper {
|
||||
flex-shrink: 0;
|
||||
box-sizing: border-box;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
&-wrapper--inactive {
|
||||
height: 0;
|
||||
overflow: visible;
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user