mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-11-12 03:33:41 +08:00
fix(projects): 页面各部分背景颜色添加自然过渡
This commit is contained in:
@@ -55,7 +55,7 @@ export default defineConfig({
|
||||
dark: '#18181c',
|
||||
'deep-dark': '#101014'
|
||||
},
|
||||
transitionProperty: ['width', 'height', 'background', 'background-color']
|
||||
transitionProperty: ['width', 'height', 'background', 'background-color', 'border-color', 'fill']
|
||||
}
|
||||
},
|
||||
variants: {},
|
||||
|
||||
Reference in New Issue
Block a user