test: Performance Enter Log and Enter Filter done.

This commit is contained in:
chiayin
2024-02-07 11:21:52 +08:00
parent ac9e13d067
commit 2258f0e7b0
4 changed files with 59 additions and 31 deletions

View File

@@ -187,7 +187,7 @@ export default {
const totalBars = chartData.data.length;
let horizontalBar = this.horizontalBarHeight;
if(totalBars > 10) horizontalBar = (totalBars - 10) * 20 + this.horizontalBarHeight;
if(totalBars > 10) horizontalBar = (totalBars - 10) * 16 + this.horizontalBarHeight;
return horizontalBar + 'px'
},