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 {