Skip to content

Commit ee0eeb0

Browse files
committed
🎨
1 parent ece4efc commit ee0eeb0

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

packages/frontend/src/components/global/StackingRouterView.vue

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -171,12 +171,6 @@ router.useListener('replace', ({ fullPath }) => {
171171
width: 100%;
172172
height: 100%;
173173
}
174-
175-
.tabContent {
176-
position: relative;
177-
width: 100%;
178-
height: 100%;
179-
}
180174
}
181175
182176
&:not(:first-child) {
@@ -209,13 +203,17 @@ router.useListener('replace', ({ fullPath }) => {
209203
210204
.tabContent {
211205
flex: 1;
212-
width: 100%;
213-
height: 100%;
214-
background: var(--MI_THEME-bg);
215206
}
216207
}
217208
}
218209
210+
.tabContent {
211+
position: relative;
212+
width: 100%;
213+
height: 100%;
214+
background: var(--MI_THEME-bg);
215+
}
216+
219217
.tabMenu {
220218
position: relative;
221219
margin-left: auto;

0 commit comments

Comments
 (0)