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