This commit is contained in:
lb
2023-11-09 15:46:04 +08:00
parent b4eb30d76f
commit 572e9e0d5e
5 changed files with 38 additions and 30 deletions

View File

@@ -167,7 +167,7 @@ function WindFrequence(props) {
return (
<GraphBase
icon="kiln"
title="FanRunFrequence"
title="风机运行频率"
size={["middle", "long"]}
switchOptions={true}
switchPosition={[null, 200]} // [top, left]

View File

@@ -1,3 +1,7 @@
.chart {
height: 100%;
}
.gridList {
margin-top: 12px;
display: grid;