feat(projects): 初始化加载效果:应用主题颜色

This commit is contained in:
Soybean
2022-01-04 13:53:07 +08:00
parent 2c196841bd
commit 035fa114c9
14 changed files with 107 additions and 33 deletions

View File

@ -39,7 +39,8 @@ export default defineConfig({
'fixed-br': 'fixed-rb',
'fixed-center': 'fixed left-0 top-0 flex-center wh-full',
'nowrap-hidden': 'whitespace-nowrap overflow-hidden',
'ellipsis-text': 'nowrap-hidden overflow-ellipsis'
'ellipsis-text': 'nowrap-hidden overflow-ellipsis',
'init-loading-spin': 'w-16px h-16px bg-primary rounded-8px animate-pulse'
},
theme: {
extend: {