全局替换终端

This commit is contained in:
GGJ
2024-06-13 13:32:50 +08:00
parent d4db10d5ca
commit 2c66e096e7
90 changed files with 1369 additions and 628 deletions

View File

@@ -456,18 +456,18 @@ const open = async (id: string) => {
]
incidentCharts.value = {
title: {
text: ' ' + (data[0].value + data[1].value + data[2].value),
left: '41%',
top: '40%',
text: '总数:' + (data[0].value + data[1].value + data[2].value),
left: '40%',
top: '45%',
textStyle: {
fontWeight: 600,
fontSize: 16
// fontWeight: 600,
fontSize: 12
},
subtext: '总数',
subtextStyle: {
fontWeight: 550,
fontSize: 14
}
// subtext: '总数',
// subtextStyle: {
// fontWeight: 550,
// fontSize: 14
// }
},
tooltip: {