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

This commit is contained in:
Joooye_34
2023-09-26 00:50:39 +08:00
committed by LongYinan
parent eab5ad3f12
commit 37c6e81cbc
@@ -7,7 +7,6 @@ export const appStyle = style({
width: '100%',
position: 'relative',
height: '100vh',
transition: 'background-color .5s',
display: 'flex',
flexGrow: '1',
flexDirection: 'row',