This commit is contained in:
syuilo 2026-01-08 21:31:44 +09:00
parent ece4efcefe
commit ee0eeb052f
1 changed files with 7 additions and 9 deletions

View File

@ -171,12 +171,6 @@ router.useListener('replace', ({ fullPath }) => {
width: 100%;
height: 100%;
}
.tabContent {
position: relative;
width: 100%;
height: 100%;
}
}
&:not(:first-child) {
@ -209,13 +203,17 @@ router.useListener('replace', ({ fullPath }) => {
.tabContent {
flex: 1;
width: 100%;
height: 100%;
background: var(--MI_THEME-bg);
}
}
}
.tabContent {
position: relative;
width: 100%;
height: 100%;
background: var(--MI_THEME-bg);
}
.tabMenu {
position: relative;
margin-left: auto;