fix(projects): 修复vertical-mix布局、重构初始化的loading

This commit is contained in:
Soybean
2022-01-18 01:17:09 +08:00
parent b2a4ddf5e3
commit 579e07400e
32 changed files with 563 additions and 737 deletions

View File

@ -40,9 +40,7 @@ export default defineConfig({
'fixed-center': 'fixed left-0 top-0 flex-center wh-full',
'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'
'transition-base': 'transition-all duration-300 ease-in-out'
},
theme: {
extend: {