From 7a34fc0079a5916d7bd3bcb42b3990cf636877ff Mon Sep 17 00:00:00 2001
From: stardrophere <1925008984@qq.com>
Date: Sat, 4 Apr 2026 12:11:34 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=8F=90=E7=A4=BA=E7=95=8C?=
=?UTF-8?q?=E9=9D=A2?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
frontend/src/views/SearchView.vue | 50 ++++++++++++++++++++++++++-----
1 file changed, 42 insertions(+), 8 deletions(-)
diff --git a/frontend/src/views/SearchView.vue b/frontend/src/views/SearchView.vue
index 4f89177..a973a1f 100644
--- a/frontend/src/views/SearchView.vue
+++ b/frontend/src/views/SearchView.vue
@@ -235,17 +235,17 @@ async function handleSearch() {
搜索建议
-
@@ -261,9 +261,15 @@ async function handleSearch() {
@@ -553,6 +559,30 @@ async function handleSearch() {
color: var(--brand-primary);
}
+.section-title-group {
+ display: flex;
+ align-items: center;
+ gap: 12px;
+ flex-wrap: wrap;
+}
+
+.chart-tip {
+ display: inline-flex;
+ align-items: center;
+ gap: 6px;
+ padding: 4px 10px;
+ border-radius: var(--radius-md);
+ background: var(--brand-primary-alpha);
+ border: 1px solid rgba(99, 102, 241, 0.2);
+ color: var(--brand-primary);
+ font-size: 12px;
+ font-weight: 600;
+}
+
+.chart-tip i {
+ font-size: 12px;
+}
+
.time-filter-badge {
display: inline-flex;
align-items: center;
@@ -599,6 +629,10 @@ async function handleSearch() {
outline: none;
}
+.chart-container :deep(.apexcharts-marker) {
+ cursor: pointer;
+}
+
.events-section {
margin-top: 8px;
}