mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-11-10 02:33:43 +08:00
refactor(projects): basicLayout重构初步
This commit is contained in:
@@ -52,7 +52,8 @@ export default defineConfig({
|
||||
'error-pressed': 'var(--error-color-pressed)',
|
||||
'error-active': 'var(--error-color-active)',
|
||||
light: '#ffffff',
|
||||
dark: '#18181c'
|
||||
dark: '#18181c',
|
||||
'deep-dark': '#101014'
|
||||
},
|
||||
transitionProperty: ['width', 'height', 'background', 'background-color']
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user