From 6d46b099c00e19e7fd248e8789ffedff1b0d6daf Mon Sep 17 00:00:00 2001 From: binbin_pan Date: Wed, 15 May 2024 10:12:43 +0800 Subject: [PATCH] =?UTF-8?q?fix:=201603+1604=20=E8=BD=A6=E7=89=8C=E5=8F=B7b?= =?UTF-8?q?ug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sgzb-screen/src/components/home/rightFour.vue | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/sgzb-screen/src/components/home/rightFour.vue b/sgzb-screen/src/components/home/rightFour.vue index 57f1558a..22111fad 100644 --- a/sgzb-screen/src/components/home/rightFour.vue +++ b/sgzb-screen/src/components/home/rightFour.vue @@ -127,12 +127,18 @@ export default { { type: "category", gridIndex: 0, - data: this.carNoList + // data: this.carNoList + axisLabel: { + show: false + } }, { gridIndex: 1, type: "category", - data: this.carNoList + // data: this.carNoList + axisLabel: { + show: false + } }, { "name": "y", @@ -147,7 +153,8 @@ export default { axisLabel: { show: true, color: '#c1c1c1', - fontSize: 14, + fontSize: 12, + margin: 5, }, data: this.carNoList }