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); }