From b867c008ae94b622e1f8c4ebe435a8471b66ed25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9B=AE=E6=A3=83?= Date: Thu, 9 Jan 2025 10:21:30 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20=E8=B0=83=E6=95=B4=E9=AB=98?= =?UTF-8?q?=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/hutaoAbyss/hta-tab-team.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/hutaoAbyss/hta-tab-team.vue b/src/components/hutaoAbyss/hta-tab-team.vue index 0f540f82..cf6611d7 100644 --- a/src/components/hutaoAbyss/hta-tab-team.vue +++ b/src/components/hutaoAbyss/hta-tab-team.vue @@ -66,7 +66,6 @@ onMounted(async () => { overflow: auto; width: 100%; height: 100%; - max-height: calc(100vh - 130px); overflow-x: hidden; } @@ -102,7 +101,7 @@ onMounted(async () => { .hta-tuf-item { position: relative; width: 100%; - max-height: calc(100vh - 200px); + max-height: calc(100vh - 160px); border-radius: 5px; background: var(--box-bg-1); }