Quellcode durchsuchen

更改告警历史内容高度

valentichu vor 1 Jahr
Ursprung
Commit
56c55b2085

Datei-Diff unterdrückt, da er zu groß ist
+ 0 - 0
lib/index.js


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

@@ -434,7 +434,7 @@ const Index = (props) => {
         size="middle"
         scroll={{
           x: 1200,
-          y: "calc(80vh - 322px)",
+          y: "calc(80vh - 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 - 360px);
+      height: calc(80vh - 328px);
     }
   }
 }

Einige Dateien werden nicht angezeigt, da zu viele Dateien in diesem Diff geändert wurden.