refactor(projects): basicLayout重构初步

This commit is contained in:
Soybean
2021-11-18 02:04:50 +08:00
parent 7925a69b64
commit 33770d2356
46 changed files with 1378 additions and 2 deletions

View File

@ -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']
}