fix(component): background animation is different (#4495)

This commit is contained in:
Joooye_34
2023-09-26 00:50:39 +08:00
committed by GitHub
parent 3a79346ce0
commit ad63c5a525

View File

@@ -7,7 +7,6 @@ export const appStyle = style({
width: '100%',
position: 'relative',
height: '100vh',
transition: 'background-color .5s',
display: 'flex',
flexGrow: '1',
flexDirection: 'row',