valentichu 1 éve
szülő
commit
456027534a

A különbségek nem kerülnek megjelenítésre, a fájl túl nagy
+ 0 - 0
lib/index.js


+ 1 - 0
src/api/alarm.js

@@ -53,6 +53,7 @@ export async function getAlarmHistory({
       export: isExport,
       export_name,
       diagram_uuid,
+      op_order: false,
     },
     config
   );

+ 1 - 1
src/pages/Alarm/components/components/AlarmHistory/index.jsx

@@ -437,7 +437,7 @@ const Index = (props) => {
         size="middle"
         scroll={{
           x: 1200,
-          y: "calc(80vh - 290px)",
+          y: "calc(90vh - 290px)",
         }}
       />
       <div className={styles.page}>

+ 1 - 1
src/pages/Alarm/components/components/AlarmHistory/index.module.less

@@ -40,7 +40,7 @@
     }
 
     .ant-table-placeholder {
-      height: calc(80vh - 328px);
+      height: calc(90vh - 328px);
     }
   }
 }

+ 1 - 1
src/pages/Alarm/components/detail.jsx

@@ -96,7 +96,7 @@ const Detail = (props) => {
         footer={null}
         destroyOnClose
         bodyStyle={{
-          height: "calc(80vh - 80px)",
+          height: "calc(90vh - 80px)",
           display: "flex",
           flexDirection: "column",
         }}

Nem az összes módosított fájl került megjelenítésre, mert túl sok fájl változott