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