💄 outer-text 居中

This commit is contained in:
BTMuli
2023-10-26 12:57:38 +08:00
parent 0d4fdecd5d
commit 0e864fc04f

View File

@@ -211,7 +211,10 @@ const props = defineProps<TItemBoxProps>();
.tib-outer { .tib-outer {
position: absolute; position: absolute;
bottom: 0; bottom: 0;
display: flex;
width: 100%; width: 100%;
align-items: center;
justify-content: center;
color: var(--common-text-title); color: var(--common-text-title);
text-align: center; text-align: center;
} }