From 7f36b6693f122813204deb51ee8c8ab43aab0f50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B0=A6=E5=90=9B?= <73606411+setube@users.noreply.github.com> Date: Thu, 25 Dec 2025 21:17:53 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E4=BC=98=E5=8C=96=E9=80=9A=E7=9F=A5?= =?UTF-8?q?=E5=BC=B9=E7=AA=97=E6=BB=9A=E5=8A=A8=E5=8C=BA=E5=9F=9F=E9=AB=98?= =?UTF-8?q?=E5=BA=A6=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 将DiplomaticNotifications、EnemyAlertNotifications与QueueNotifications中的ScrollArea高度由固定h-96/h-[420px]调整为h-auto max-h-96,提升内容自适应性,避免内容较少时出现多余空白,增强界面美观与一致性。 --- src/components/notifications/DiplomaticNotifications.vue | 2 +- src/components/notifications/EnemyAlertNotifications.vue | 2 +- src/components/notifications/QueueNotifications.vue | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/notifications/DiplomaticNotifications.vue b/src/components/notifications/DiplomaticNotifications.vue index 37c30f4..fe12e4c 100644 --- a/src/components/notifications/DiplomaticNotifications.vue +++ b/src/components/notifications/DiplomaticNotifications.vue @@ -19,7 +19,7 @@ {{ t('diplomacy.markAllRead') }} - + diff --git a/src/components/notifications/EnemyAlertNotifications.vue b/src/components/notifications/EnemyAlertNotifications.vue index 1f45eba..e9e33c2 100644 --- a/src/components/notifications/EnemyAlertNotifications.vue +++ b/src/components/notifications/EnemyAlertNotifications.vue @@ -19,7 +19,7 @@ {{ t('enemyAlert.markAllRead') }} - + diff --git a/src/components/notifications/QueueNotifications.vue b/src/components/notifications/QueueNotifications.vue index 0e6df95..fb0dec7 100644 --- a/src/components/notifications/QueueNotifications.vue +++ b/src/components/notifications/QueueNotifications.vue @@ -32,7 +32,7 @@ - +