update 退火监测
This commit is contained in:
@@ -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>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user