refactor(components): basicLayout布局组件重构完成:根据NavMode拆分为多个布局组件

This commit is contained in:
Soybean
2021-11-20 20:14:02 +08:00
parent 0e0d559d2f
commit ffe987832f
110 changed files with 743 additions and 1713 deletions

View File

@@ -55,7 +55,7 @@ export default defineConfig({
dark: '#18181c',
'deep-dark': '#101014'
},
transitionProperty: ['width', 'height', 'background', 'background-color', 'border-color', 'fill']
transitionProperty: ['width', 'height', 'background', 'background-color', 'border-color', 'right', 'fill']
}
},
variants: {},