From 2c68e10e653987a5e5cba1681c3dc742fc439818 Mon Sep 17 00:00:00 2001 From: Li-GanMa Date: Mon, 23 Oct 2023 23:59:57 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=BE=E6=A0=87=E8=BE=B9=E6=A1=86=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Main.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/components/Main.vue b/src/components/Main.vue index eb8781f..3196f26 100644 --- a/src/components/Main.vue +++ b/src/components/Main.vue @@ -674,10 +674,11 @@ onMounted(() => { } ], grid: { - x: 50, + x: 0, y: 40, x2: 8, - y2: 10 + y2: 10, + containLabel: true }, }