From fbb423243a8306f7b998970899e3bde358445be0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B3=E4=BD=A9=E5=BA=AD?= Date: Sun, 12 Oct 2025 01:55:31 +0800 Subject: [PATCH] =?UTF-8?q?=E5=84=AA=E5=8C=96=E6=89=8B=E6=A9=9F=E4=BB=8B?= =?UTF-8?q?=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../results/detail/[testResultId]/page.tsx | 29 ++++++++++--------- components/combined-analysis.tsx | 14 ++++----- 2 files changed, 23 insertions(+), 20 deletions(-) diff --git a/app/admin/results/detail/[testResultId]/page.tsx b/app/admin/results/detail/[testResultId]/page.tsx index 49b6f77..8c69294 100644 --- a/app/admin/results/detail/[testResultId]/page.tsx +++ b/app/admin/results/detail/[testResultId]/page.tsx @@ -344,28 +344,31 @@ function AdminResultDetailContent() {
{/* Header */}
-
-
-
- -
- +
+
-
-

+
+

{user.name} - {testTypeInfo.name}測試結果

-

+

完成時間:{new Date(result.completedAt).toLocaleString("zh-TW")}

-
+ + {/* 功能按鈕區域 */} +