From ce189108edcd5063fed425db2a0d2cde89e7f9ec Mon Sep 17 00:00:00 2001 From: baicai <18221243570@163.com> Date: Tue, 5 Aug 2025 17:44:20 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=95=E4=BD=93=E7=94=B5=E6=B1=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/work/dtdc/Chart.vue | 2 +- pages/work/dtdc/index.vue | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/pages/work/dtdc/Chart.vue b/pages/work/dtdc/Chart.vue index dd9c8eb..b4da821 100644 --- a/pages/work/dtdc/Chart.vue +++ b/pages/work/dtdc/Chart.vue @@ -33,7 +33,7 @@ enableScroll: true, xAxis: { scrollShow: true, - itemCount: 4, + itemCount: 3, disableGrid: true }, update: true, diff --git a/pages/work/dtdc/index.vue b/pages/work/dtdc/index.vue index 62e9a9d..4bd6391 100644 --- a/pages/work/dtdc/index.vue +++ b/pages/work/dtdc/index.vue @@ -279,8 +279,14 @@ background: #ffffff; ::v-deep { + .uni-list-item { + padding: 12px 15px; + } + .uni-list-item__container { + padding: 0; display: block; + box-shadow: 0 1px 8px 1px rgba($color: #a5a5a5, $alpha: 0.2); } .uni-list--border-top,