From 720ca7646609d756cfe3a98061f8df6c558322d2 Mon Sep 17 00:00:00 2001 From: BTMuli Date: Sat, 27 Dec 2025 22:03:09 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20=E6=98=BE=E7=A4=BA=E5=8D=A1?= =?UTF-8?q?=E6=B1=A0=E6=8A=BD=E5=8D=A1=E8=AE=B0=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit close #188 --- src/components/app/t-itemBox.vue | 5 +- src/components/userGacha/gro-history.vue | 8 +- src/components/userGacha/ug-his-card.vue | 172 +++++++++++++++++++---- 3 files changed, 146 insertions(+), 39 deletions(-) diff --git a/src/components/app/t-itemBox.vue b/src/components/app/t-itemBox.vue index 7ca918cb..1c5efb45 100644 --- a/src/components/app/t-itemBox.vue +++ b/src/components/app/t-itemBox.vue @@ -182,8 +182,7 @@ const props = defineProps(); } .tib-outer { - position: absolute; - bottom: 0; + position: relative; display: flex; width: 100%; height: v-bind("`${props.modelValue.outerHeight ?? 0}px`"); @@ -191,7 +190,7 @@ const props = defineProps(); justify-content: center; color: var(--common-text-title); font-size: v-bind("`${(props.modelValue.outerHeight ?? 0)/2}px`"); - line-height: v-bind("`${(props.modelValue.outerHeight ?? 0)/2}px`"); + line-height: v-bind("`${(props.modelValue.outerHeight ?? 0)}px`"); text-align: center; } diff --git a/src/components/userGacha/gro-history.vue b/src/components/userGacha/gro-history.vue index 7483e5cd..41454b3b 100644 --- a/src/components/userGacha/gro-history.vue +++ b/src/components/userGacha/gro-history.vue @@ -47,7 +47,7 @@ onMounted(() => { historyTab.value = res[0].tab; }); -