mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
feat(projects): theme store完成
This commit is contained in:
@ -41,6 +41,7 @@ export default defineConfig({
|
||||
'nowrap-hidden': 'whitespace-nowrap overflow-hidden',
|
||||
'ellipsis-text': 'nowrap-hidden overflow-ellipsis',
|
||||
'transition-base': 'transition-all duration-300 ease-in-out',
|
||||
// 'dark-transition': "",
|
||||
'init-loading-spin': 'w-16px h-16px bg-primary rounded-8px animate-pulse'
|
||||
},
|
||||
theme: {
|
||||
@ -67,6 +68,14 @@ export default defineConfig({
|
||||
'error-pressed': 'var(--error-color-pressed)',
|
||||
'error-active': 'var(--error-color-active)'
|
||||
},
|
||||
backgroundColor: {
|
||||
dark: '#18181c',
|
||||
'dark-base': '#101014'
|
||||
},
|
||||
textColor: {
|
||||
'black-base': '#333639',
|
||||
'white-base': 'rgba(255, 255, 255, 0.82)'
|
||||
},
|
||||
transitionProperty: ['padding-left']
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user