From 320d7ab17d21a82dc4d02f12f3a7ef5e0397a644 Mon Sep 17 00:00:00 2001 From: Alirea <2981883527@qq.com> Date: Thu, 25 Sep 2025 17:24:16 +0800 Subject: [PATCH] =?UTF-8?q?feat(ui):=20=E5=8E=86=E5=8F=B2=E8=AE=B0?= =?UTF-8?q?=E5=BD=95=E8=AE=BE=E7=BD=AE=E6=9C=80=E5=B0=8F=E9=AB=98=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/History.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/views/History.vue b/frontend/src/views/History.vue index a389cc2..c554d07 100644 --- a/frontend/src/views/History.vue +++ b/frontend/src/views/History.vue @@ -815,7 +815,6 @@ const getDateStatusColor = (users: Record) => { flex: 1; display: flex; flex-direction: column; - min-width: 0; } .no-selection { @@ -826,6 +825,7 @@ const getDateStatusColor = (users: Record) => { border: 1px solid var(--ant-color-border); border-radius: 8px; background: var(--ant-color-bg-container); + min-height: 400px; } .detail-content {