fix: lint

This commit is contained in:
耗子
2026-02-20 05:19:39 +08:00
parent e5ed1bfd47
commit 2eb7aa207b
+2 -2
View File
@@ -303,7 +303,7 @@ const perfChartOption = computed<EChartsOption>(() => {
return `${$gettext('Avg Response Time')}: ${lastRt}ms`
}
},
grid: { left: 50, right: 50, top: 40, bottom: 30 },
grid: { left: 50, right: 50, top: 50, bottom: 30 },
xAxis: {
type: 'category',
boundaryGap: false,
@@ -390,7 +390,7 @@ const trafficChartOption = computed<EChartsOption>(() => {
return `${$gettext('Inbound')}: ${formatBytes(totalIn)}`
}
},
grid: { left: 60, right: 20, top: 40, bottom: 30 },
grid: { left: 60, right: 20, top: 50, bottom: 30 },
xAxis: {
type: 'category',
boundaryGap: false,