From d7169bac91fe3b6633a358f6b6a516ca99de109e Mon Sep 17 00:00:00 2001 From: 666ghj <670939375@qq.com> Date: Fri, 9 Jan 2026 10:49:23 +0800 Subject: [PATCH] refactor(HistoryDatabase): dynamically calculate container height based on card expansion state - Introduced a computed property to adjust the container's minimum height based on the number of cards and expansion state. - Removed static min-height styles to enhance responsiveness and visual consistency. --- frontend/src/components/HistoryDatabase.vue | 30 ++++++++++++++++----- 1 file changed, 23 insertions(+), 7 deletions(-) diff --git a/frontend/src/components/HistoryDatabase.vue b/frontend/src/components/HistoryDatabase.vue index 8eec189..954fc5c 100644 --- a/frontend/src/components/HistoryDatabase.vue +++ b/frontend/src/components/HistoryDatabase.vue @@ -17,7 +17,7 @@ -