update 退火监测

This commit is contained in:
lb
2023-11-03 17:08:15 +08:00
parent b7c2722aac
commit 9470880de4
4 changed files with 33 additions and 48 deletions

View File

@@ -15,8 +15,12 @@ export default function index() {
exit={{ opacity: 0, position: 'relative' }}
transition={{ type: 'tween' }}
>
<CurrentTemp style={{ width: '100%' }} />
<WindFrequence style={{ flex: 1, marginTop: '24px', width: '100%' }} />
<div style={{ flex: 1 }}>
<CurrentTemp style={{ width: '100%' }} />
</div>
<div style={{ flex: 1, marginTop: '24px', width: '100%' }}>
<WindFrequence />
</div>
</motion.div>
);
}