fix(electron): shell skeleton style (#8296)

This commit is contained in:
pengx17
2024-09-18 09:54:14 +00:00
parent 67577ee66e
commit 5ae433b009

View File

@@ -25,6 +25,7 @@ export const appTabsHeader = style({
export const fallbackRoot = style({
width: '100%',
height: '100%',
paddingTop: 52,
});
export const splitViewFallback = style({