mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-11-13 04:03:42 +08:00
refactor(components): basicLayout布局组件重构完成:根据NavMode拆分为多个布局组件
This commit is contained in:
@@ -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: {},
|
||||
|
||||
Reference in New Issue
Block a user