From 04d3340fa2b956bf61b17c21bc224318bcc3984d Mon Sep 17 00:00:00 2001 From: lion <120344285@qq.com> Date: Tue, 9 Jun 2026 14:53:01 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Dashboard.vue | 66 ++++++++++++++++++++++++++++++----------- 1 file changed, 48 insertions(+), 18 deletions(-) diff --git a/src/views/Dashboard.vue b/src/views/Dashboard.vue index b887314..004b1a4 100644 --- a/src/views/Dashboard.vue +++ b/src/views/Dashboard.vue @@ -1142,26 +1142,33 @@ onMounted(async () => { @wheel="onVenuePcChartWheel" >
-
- {{ row.enter }} -
-
-
- - {{ row.venueName || row.venueId }} - + +
+ {{ row.enter }} +
+
+
+ + {{ row.venueName || row.venueId }} + +
+
-
@@ -2241,6 +2248,29 @@ onMounted(async () => { flex-direction: column; align-items: center; gap: 6px; + cursor: default; +} + +.dash-venue-pc-chart__col:hover .dash-venue-pc-chart__col-bar { + background: linear-gradient(180deg, #5c9dff 0%, #0e42d2 100%); +} + +:deep(.dash-venue-pc-chart-tip) { + max-width: 280px; +} + +.dash-venue-pc-chart-tip__name { + font-size: 13px; + font-weight: 600; + line-height: 1.4; + word-break: break-all; +} + +.dash-venue-pc-chart-tip__value { + margin-top: 4px; + font-size: 12px; + line-height: 1.4; + opacity: 0.92; } .dash-venue-pc-chart__col-value {