@@ -53,6 +53,7 @@ export async function getAlarmHistory({
export: isExport,
export_name,
diagram_uuid,
+ op_order: false,
},
config
);
@@ -437,7 +437,7 @@ const Index = (props) => {
size="middle"
scroll={{
x: 1200,
- y: "calc(80vh - 290px)",
+ y: "calc(90vh - 290px)",
}}
/>
<div className={styles.page}>
@@ -40,7 +40,7 @@
}
.ant-table-placeholder {
- height: calc(80vh - 328px);
+ height: calc(90vh - 328px);
@@ -96,7 +96,7 @@ const Detail = (props) => {
footer={null}
destroyOnClose
bodyStyle={{
- height: "calc(80vh - 80px)",
+ height: "calc(90vh - 80px)",
display: "flex",
flexDirection: "column",