终端在线率页面调整

This commit is contained in:
zhujiyan
2024-08-07 15:10:37 +08:00
parent d80917c783
commit e8f4305fa9
2 changed files with 3 additions and 3 deletions

View File

@@ -98,7 +98,7 @@ const tableStore = new TableStore({
top: '50px', // 等价于 y: '16%'
left: '10px',
right: '10px',
bottom: '50px'
bottom: '60px'
},
xAxis: {
name: titleX,
@@ -110,7 +110,7 @@ const tableStore = new TableStore({
},
series: [
{
name: '在线率',
name: '',
type: 'bar',
data: tableStore.table.data.single,
itemStyle: {

View File

@@ -197,7 +197,7 @@ const tableStore = new TableStore({
},
{
title: '网络参数',
field: 'ip',
field: 'networkParam',
align: 'center',
formatter: function (row) {
return row.cellValue ? row.cellValue : '/'