vben
2020-12-03 c303ec1a23c4b1fbad4fbda9007af2147dc327e2
提交 | 用户 | age
0692b4 1 .multiple-tab-header {
V 2   flex: 0 0 auto;
c303ec 3   margin-left: -1px;
0692b4 4
V 5   &.fixed {
6     position: fixed;
7     top: 0;
8     z-index: 100;
9     width: 100%;
10   }
11 }