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 {