From 0742194f9cce79a1394bb7b7066dc5400f99b080 Mon Sep 17 00:00:00 2001 From: 666ghj <670939375@qq.com> Date: Fri, 9 Jan 2026 16:13:37 +0800 Subject: [PATCH] style(HistoryDatabase): enhance modal design and transition effects - Wrapped modal content in a Transition component for smoother animations. - Adjusted modal dimensions and padding for improved layout and user experience. - Updated styles for modal elements, including background colors, borders, and hover effects. - Enhanced visual feedback for buttons and file items within the modal. --- frontend/src/components/HistoryDatabase.vue | 272 ++++++++++++-------- 1 file changed, 163 insertions(+), 109 deletions(-) diff --git a/frontend/src/components/HistoryDatabase.vue b/frontend/src/components/HistoryDatabase.vue index 42feaf9..5d2d1a9 100644 --- a/frontend/src/components/HistoryDatabase.vue +++ b/frontend/src/components/HistoryDatabase.vue @@ -85,76 +85,78 @@ -