This commit is contained in:
lb
2023-11-06 10:12:44 +08:00
parent a93c6b37bc
commit 3d80530ad6
9 changed files with 24 additions and 4 deletions

View File

@@ -18,7 +18,7 @@ export default function index() {
transition={{ type: 'tween' }}
>
<div style={{ flex: 1 }}>
<FanInfo rows={24} />
<FanInfo longBg={true} rows={24} />
</div>
</motion.div>
);