From 45b77a44c6e3eea56a2b61d817aab20ae54a73b2 Mon Sep 17 00:00:00 2001 From: Developer Date: Thu, 19 Mar 2026 10:11:44 +0800 Subject: [PATCH] =?UTF-8?q?style(frontend):=20=E7=BB=9F=E4=B8=80=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E7=AE=A1=E7=90=86=E3=80=81=E8=AF=84=E4=BC=B0=E7=AE=A1?= =?UTF-8?q?=E7=90=86=E3=80=81=E9=97=AE=E7=AD=94=E7=AE=A1=E7=90=86=E7=95=8C?= =?UTF-8?q?=E9=9D=A2=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 评估管理界面:新增统计卡片带 glow 效果、空状态轨道动画、表格布局多选 - 问答管理界面:采用与文件管理一致的渐变标题、统计卡片、空状态动画 - 文件管理:微调样式细节 Co-Authored-By: Claude Opus 4.6 --- frontend/src/views/project/EvalManage.vue | 983 ++++++++++++++++-- frontend/src/views/project/FileManage.vue | 67 +- frontend/src/views/project/QuestionManage.vue | 810 +++++++++++++-- 3 files changed, 1632 insertions(+), 228 deletions(-) diff --git a/frontend/src/views/project/EvalManage.vue b/frontend/src/views/project/EvalManage.vue index 2336c36..625e2ad 100644 --- a/frontend/src/views/project/EvalManage.vue +++ b/frontend/src/views/project/EvalManage.vue @@ -1,57 +1,224 @@ diff --git a/frontend/src/views/project/FileManage.vue b/frontend/src/views/project/FileManage.vue index 1e7bb67..a46ef27 100644 --- a/frontend/src/views/project/FileManage.vue +++ b/frontend/src/views/project/FileManage.vue @@ -113,6 +113,10 @@
+ + + 清除选择 + 批量删除 @@ -132,9 +136,10 @@ 'row-animated': isInitialLoad }" :style="{ '--delay': index * 0.04 + 's' }" + @click="toggleSelect(file.id)" > -
+
-
+
- - - + + +
@@ -249,7 +250,7 @@
- + @@ -307,6 +308,17 @@
+ +