From 74b22a2ec619de14eb482e973a7c00c6c040e734 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=99=BD=E8=8F=9C?= <43331987+JiaLiBai@users.noreply.github.com> Date: Sun, 17 Aug 2025 01:13:04 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=BE=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index.vue | 4 + pages/work/dtdc/Chart.vue | 30 ++++--- pages/work/dtdc/index.vue | 163 +++++++++++++++++++++++++++++++++++++- pages/work/index.vue | 3 +- static/scss/global.scss | 1 - 5 files changed, 186 insertions(+), 15 deletions(-) diff --git a/pages/index.vue b/pages/index.vue index de43b65..817f37e 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -102,6 +102,10 @@ \ No newline at end of file diff --git a/pages/work/index.vue b/pages/work/index.vue index e071ee1..5672a17 100644 --- a/pages/work/index.vue +++ b/pages/work/index.vue @@ -76,13 +76,14 @@ activeChartData: {}, pageScrollTop: 0, options: { + dataLabel: false, enableScroll: true, xAxis: { scrollShow: true, itemCount: 7, disableGrid: true }, - update: true, + // update: true, // duration: 2, // animation: false, // enableScroll: true, diff --git a/static/scss/global.scss b/static/scss/global.scss index 41a740a..9d693d6 100644 --- a/static/scss/global.scss +++ b/static/scss/global.scss @@ -97,6 +97,5 @@ text-align: center; line-height: 100px; height: 100px; - background-color: #fff; font-size: 18px; } \ No newline at end of file