From b261ff074cbb00590acd671967e8139dd8ab21cc Mon Sep 17 00:00:00 2001 From: dmy Date: Tue, 13 Jan 2026 16:54:30 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E4=BC=98=E5=8C=96=20Dashboard-AI?= =?UTF-8?q?=20=E7=BB=84=E4=BB=B6=E5=B8=83=E5=B1=80=E5=92=8C=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/App.vue | 73 +++++++++--------------- frontend/src/components/Dashboard-AI.vue | 55 ++++++++++-------- 2 files changed, 59 insertions(+), 69 deletions(-) diff --git a/frontend/src/App.vue b/frontend/src/App.vue index 49184dc..36ed741 100644 --- a/frontend/src/App.vue +++ b/frontend/src/App.vue @@ -2,32 +2,36 @@ - + - + + + Dashboard - + + + Dashboard AI - + + + Bids - + + + Keywords - + + + Crawl Info @@ -39,42 +43,19 @@ - + + - - - + - + + + @@ -189,9 +170,11 @@ onMounted(() => { line-height: 60px; border-bottom: 1px solid #eee; } + .layout-container .el-aside { color: var(--el-text-color-primary); } + .logo { height: 60px; line-height: 60px; diff --git a/frontend/src/components/Dashboard-AI.vue b/frontend/src/components/Dashboard-AI.vue index d347c56..b57a274 100644 --- a/frontend/src/components/Dashboard-AI.vue +++ b/frontend/src/components/Dashboard-AI.vue @@ -39,37 +39,16 @@ -
-

选择日期范围

-
- - 3天 - 7天 - - - 列出时间范围内所有工程 - -
-
+ - +

AI 正在分析中...

@@ -104,6 +83,28 @@ +
+

选择日期范围

+
+ + 3天 + 7天 + + + 列出时间范围内所有工程 + +
+
@@ -352,6 +353,12 @@ const getConfidenceType = (confidence: number) => { display: flex; justify-content: space-between; align-items: center; + +} + +.box-card{ + margin-top: 10px; + margin-bottom: 10px; } a {