From 0ed5a3bab2ff2853af8f52f34a270f58cb3266a0 Mon Sep 17 00:00:00 2001 From: duanliang <540489889@qq.com> Date: Sun, 4 Jan 2026 11:21:25 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Line/index.vue | 2 +- src/components/TicketSource/index.vue | 2 +- src/views/home/components/box-2.vue | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/Line/index.vue b/src/components/Line/index.vue index 3f5f408..9882055 100644 --- a/src/components/Line/index.vue +++ b/src/components/Line/index.vue @@ -93,7 +93,7 @@ }, grid: { left: '2%', - right: '2%', + right: '7%', bottom: '5%', top: '10%', containLabel: true diff --git a/src/components/TicketSource/index.vue b/src/components/TicketSource/index.vue index 439f075..1c57abd 100644 --- a/src/components/TicketSource/index.vue +++ b/src/components/TicketSource/index.vue @@ -93,7 +93,7 @@ legend: { show: true, x: 'center', - y: '75%', + y: '72%', itemHeight: fitChartSize(12), itemWidth: fitChartSize(12), itemGap: fitChartSize(6), diff --git a/src/views/home/components/box-2.vue b/src/views/home/components/box-2.vue index a59901b..6710199 100644 --- a/src/views/home/components/box-2.vue +++ b/src/views/home/components/box-2.vue @@ -550,8 +550,8 @@ .table { position: absolute; left: vw(200); - width: vw(450); - // width:5%; + // width: vw(500); + width:75%; // height: vh(196); // height:100%; z-index: 2;