cnf
2025-09-17 7c803e1ce6c6d9765a99203544bf200ecd52aa2d
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
@import '../style/var';
 
.van-tab {
  &__pane {
    &,
    &-wrapper {
      flex-shrink: 0;
      box-sizing: border-box;
      width: 100%;
    }
 
    &-wrapper--inactive {
      height: 0;
      overflow: visible;
    }
  }
}