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