This commit is contained in:
parent
ece4efcefe
commit
ee0eeb052f
|
|
@ -171,12 +171,6 @@ router.useListener('replace', ({ fullPath }) => {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tabContent {
|
|
||||||
position: relative;
|
|
||||||
width: 100%;
|
|
||||||
height: 100%;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
&:not(:first-child) {
|
&:not(:first-child) {
|
||||||
|
|
@ -209,11 +203,15 @@ router.useListener('replace', ({ fullPath }) => {
|
||||||
|
|
||||||
.tabContent {
|
.tabContent {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.tabContent {
|
||||||
|
position: relative;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
background: var(--MI_THEME-bg);
|
background: var(--MI_THEME-bg);
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.tabMenu {
|
.tabMenu {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue