refactor(styles): 样式调整

This commit is contained in:
Soybean
2021-11-29 10:57:29 +08:00
parent 21c2f5a857
commit f29106e480
6 changed files with 9 additions and 12 deletions

View File

@ -19,8 +19,4 @@ import { GlobalHeader, GlobalContent, GlobalFooter, GlobalTab, SpacePlaceholder
const theme = useThemeStore();
const { headerInverted, headerPosition, scrollbarContentStyle, scrollbar } = useLayoutConfig();
</script>
<style scoped>
.global-sider {
box-shadow: var(--global-sider-shadow);
}
</style>
<style scoped></style>