同步现场电网一张图

This commit is contained in:
GGJ
2024-05-14 18:28:27 +08:00
parent 25f5272967
commit 91ab15ecab
27 changed files with 1449 additions and 916 deletions

View File

@@ -342,7 +342,7 @@ const info = (row: any) => {
axisLabel: {
color: '#000',
fontSize: 12,
interval:0
interval: 0
}
},
grid: {
@@ -361,7 +361,7 @@ const info = (row: any) => {
label: {
show: true,
position: 'top',
fontSize: 12,
fontSize: 10,
formatter: function (params: any) {
return `${params.value == 3.14159 ? '' : params.value}`
}
@@ -374,7 +374,7 @@ const info = (row: any) => {
label: {
show: true,
position: 'top',
fontSize: 12,
fontSize: 10,
formatter: function (params: any) {
return `${params.value == 3.14159 ? '' : params.value}`
}
@@ -415,7 +415,7 @@ const info = (row: any) => {
label: {
show: true,
position: 'top',
fontSize: 12
fontSize: 10
}
}
]
@@ -548,6 +548,7 @@ defineExpose({ info, show })
}
.monitoringPoints {
display: grid;
font-size: 12px;
grid-template-columns: 1fr 1fr 1fr;
margin-top: 10px;
margin-bottom: 10px;