修复控制台页面 显示不完整

This commit is contained in:
yyhouc 2023-05-15 11:48:39 +08:00
parent abcaaf5a3d
commit 47b8a4658a
1 changed files with 6 additions and 0 deletions

View File

@ -252,6 +252,9 @@ const initLineChart = (xData,data1, data2) => {
type: 'value',
name: 'initiate',
splitLine: { show: true, lineStyle: { type: 'dashed', color: '#f5f5f5' } },
nameTextStyle: {
padding: [0, 40, 0, 0] //
},
}
],
series: [
@ -318,6 +321,9 @@ const initLineVandDChart = (xData,data1, data2) => {
type: 'value',
name: 'download',
splitLine: { show: true, lineStyle: { type: 'dashed', color: '#f5f5f5' } },
nameTextStyle: {
padding: [0, 40, 0, 0] //
},
}
],
series: [