From 8c817120f85adff0666fd4aea9e3dc5420336c38 Mon Sep 17 00:00:00 2001
From: 666ghj <670939375@qq.com>
Date: Fri, 9 Jan 2026 17:34:25 +0800
Subject: [PATCH] style(HistoryDatabase): update modal layout and enhance user
guidance
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
- Changed the title for the environment configuration status icon to "环境搭建" for clarity.
- Added a creation time display in the project detail modal for better context.
- Introduced a divider for the playback section to improve visual separation.
- Enhanced navigation buttons with step indicators for clearer user progression.
- Added a hint for playback limitations to inform users about simulation requirements.
- Updated CSS styles for new elements and improved overall modal aesthetics.
---
frontend/src/components/HistoryDatabase.vue | 94 ++++++++++++++-------
1 file changed, 65 insertions(+), 29 deletions(-)
diff --git a/frontend/src/components/HistoryDatabase.vue b/frontend/src/components/HistoryDatabase.vue
index 48c9f8d..edc73f4 100644
--- a/frontend/src/components/HistoryDatabase.vue
+++ b/frontend/src/components/HistoryDatabase.vue
@@ -40,7 +40,7 @@
>◇
◈● {{ formatRounds(selectedProject) }}
+ {{ formatDate(selectedProject.created_at) }} {{ formatTime(selectedProject.created_at) }}
@@ -140,14 +141,13 @@