mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-11-15 05:03:44 +08:00
feat(projects): 细节完善
This commit is contained in:
@@ -3,7 +3,7 @@ import { defineConfig } from 'windicss/helpers';
|
||||
export default defineConfig({
|
||||
extract: {
|
||||
include: ['src/**/*.{vue,html,jsx,tsx}', 'public/**/*.{html}', './*.html'],
|
||||
exclude: ['node_modules', '.git']
|
||||
exclude: ['node_modules', '.git', './stats.html']
|
||||
},
|
||||
darkMode: 'class',
|
||||
shortcuts: {
|
||||
@@ -74,7 +74,16 @@ export default defineConfig({
|
||||
'black-base': '#333639',
|
||||
'white-base': 'rgba(255, 255, 255, 0.82)'
|
||||
},
|
||||
transitionProperty: ['padding-left']
|
||||
transitionProperty: [
|
||||
'width',
|
||||
'height',
|
||||
'background',
|
||||
'background-color',
|
||||
'padding-left',
|
||||
'border-color',
|
||||
'right',
|
||||
'fill'
|
||||
]
|
||||
}
|
||||
},
|
||||
variants: {},
|
||||
|
||||
Reference in New Issue
Block a user