update 退火-风机信息

This commit is contained in:
lb
2023-12-11 16:04:46 +08:00
parent 85ed13d8f5
commit cb0de3b5d0
6 changed files with 56 additions and 21 deletions

View File

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