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;