fix(projects): 修复vertical sider自适应主题

This commit is contained in:
Soybean
2021-10-15 12:02:53 +08:00
parent e1e5579e8f
commit 9097fa3866
19 changed files with 227 additions and 143 deletions

View File

@@ -39,7 +39,9 @@ export default defineConfig({
info,
success,
warning,
error
error,
light: '#ffffff',
dark: '#18181c'
},
transitionProperty: ['width', 'height', 'background', 'background-color']
}