need judge

This commit is contained in:
hufeixiong
2021-07-23 20:45:38 +08:00
parent 2fa6bc6193
commit 1ee6dccdb0
5 changed files with 320 additions and 229 deletions

View File

@@ -182,7 +182,7 @@ function Blocks(props: PropsWithChildren<BlockProps>) {
height: previewState.height,
zIndex: props.data.zIndex,
display: props.data.display,
transform: `rotate(${props.data.rotate}deg)`,
transform: `rotate(${props.data.rotate.value}deg)`,
...animateCount,
}}
>