Renxy преди 1 година
родител
ревизия
23cb3f7e33
променени са 2 файла, в които са добавени 2 реда и са изтрити 1 реда
  1. 1 0
      src/pages/Home/index.js
  2. 1 1
      src/pages/SystemDaily/index.js

+ 1 - 0
src/pages/Home/index.js

@@ -303,6 +303,7 @@ const Scada = () => {
               height: '279px',
               height: '279px',
               borderRadius: '0 0 44px 0',
               borderRadius: '0 0 44px 0',
             }}
             }}
+            frameborder="0"
             src={url}
             src={url}
           />
           />
         ))}
         ))}

+ 1 - 1
src/pages/SystemDaily/index.js

@@ -95,7 +95,7 @@ const SystemDaily = (props) => {
                 <div className={styles.textItem}>
                 <div className={styles.textItem}>
                   工单数量:
                   工单数量:
                   {renderItem(work_order_task, '条')}
                   {renderItem(work_order_task, '条')}
-                </div>{' '}
+                </div>
                 <div className={styles.textItem}>
                 <div className={styles.textItem}>
                   工单完成率:
                   工单完成率:
                   {renderItem(work_percent, '%')}
                   {renderItem(work_percent, '%')}