From a0eb86b69ad3e1f88493f08825741db013f57d49 Mon Sep 17 00:00:00 2001 From: guoapeng Date: Mon, 30 Jun 2025 17:25:19 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=B6=88=E6=AF=92=E8=AE=B0=E5=BD=95?= =?UTF-8?q?=E8=A1=A8=E5=A4=B4=E5=9B=BA=E5=AE=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/setting/History.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/setting/History.vue b/src/components/setting/History.vue index a2c9bbc..db22601 100644 --- a/src/components/setting/History.vue +++ b/src/components/setting/History.vue @@ -114,7 +114,7 @@ const onClose = () => { />
- + @@ -143,7 +143,7 @@ const onClose = () => { margin: 2vw; } .history-table{ - max-height: 73vh; + height: 73vh; overflow: auto; } }