|
@@ -261,9 +261,12 @@ const Scada = () => {
|
|
|
title="工艺监控"
|
|
|
onClick={() => UnityAction.sendMsg('menuItem', '工艺监控')}
|
|
|
>
|
|
|
- <div className={styles.scada} style={{ width: '5.7rem', height: '3rem' }}>
|
|
|
+ <div
|
|
|
+ className={styles.scada}
|
|
|
+ style={{ width: '5.7rem', height: '2.8rem' }}
|
|
|
+ >
|
|
|
{data?.map((url) => (
|
|
|
- <iframe style={{ width: '5.7rem', height: '3rem' }} src={url} />
|
|
|
+ <iframe style={{ width: '5.7rem', height: '2.8rem' }} src={url} />
|
|
|
))}
|
|
|
<div className={styles.mask}></div>
|
|
|
</div>
|