同步现场电网一张图
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user