master
yutent 2023-05-31 10:54:59 +08:00
parent c98258cadf
commit f8a3e76849
1 changed files with 7 additions and 6 deletions

View File

@ -43,7 +43,7 @@ class Tabs extends Component {
flex-shrink: 0;
display: flex;
width: 100%;
height: 38px;
min-height: 38px;
color: var(--color-dark-1);
user-select: none;
}
@ -155,12 +155,13 @@ class Tabs extends Component {
}
.navs {
flex-direction: column;
}
.label {
> .label {
margin: 0;
height: 38px;
min-height: 38px;
padding: 0 16px;
}
}
.active-bar {
width: 2px;
height: 38px;