From 6ae4841b48665145aa469d574fbadb988a9c498c Mon Sep 17 00:00:00 2001 From: suerprisePlus <15810472099@163.com> Date: 星期四, 27 六月 2024 15:55:17 +0800 Subject: [PATCH] 演示1版本 --- src/views/homePage/index.vue | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/views/homePage/index.vue b/src/views/homePage/index.vue index 0b0cd92..fc201a3 100644 --- a/src/views/homePage/index.vue +++ b/src/views/homePage/index.vue @@ -65,14 +65,15 @@ .chartContent .chartBox { flex: 1; display: flex; - justify-content: center; + + /* justify-content: center; */ /* height: (100% - 38px); */ } .leftContent { - width: 40%; + width: 100%; height: 100%; transition: 1s ease-out; display: flex; -- Gitblit v1.9.3