fix(projects): 页面各部分背景颜色添加自然过渡

This commit is contained in:
Soybean
2021-11-18 21:57:20 +08:00
parent 6940f37697
commit 1c5fdca596
6 changed files with 34 additions and 7 deletions

View File

@@ -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: {},