From 0e864fc04f96bd9f40e87a515a71d442e9d869b7 Mon Sep 17 00:00:00 2001 From: BTMuli Date: Thu, 26 Oct 2023 12:57:38 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20outer-text=20=E5=B1=85=E4=B8=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/main/t-itembox.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/components/main/t-itembox.vue b/src/components/main/t-itembox.vue index 7cd481f6..2f2ce68a 100644 --- a/src/components/main/t-itembox.vue +++ b/src/components/main/t-itembox.vue @@ -211,7 +211,10 @@ const props = defineProps(); .tib-outer { position: absolute; bottom: 0; + display: flex; width: 100%; + align-items: center; + justify-content: center; color: var(--common-text-title); text-align: center; }