fix theme

This commit is contained in:
tangly1024
2024-11-23 19:08:17 +08:00
parent 668b3c7032
commit a6acf94bfc

View File

@@ -112,6 +112,7 @@ export const getLayoutByTheme = ({ layoutName, theme }) => {
)
}
setTimeout(fixThemeDOM, 100)
return LayoutComponents
}