diff --git a/src/components/viewPost/tp-avatar.vue b/src/components/viewPost/tp-avatar.vue index a4082d3a..64f89c8a 100644 --- a/src/components/viewPost/tp-avatar.vue +++ b/src/components/viewPost/tp-avatar.vue @@ -133,15 +133,14 @@ const levelColor = computed(() => { .tpa-level-right { position: absolute; bottom: 0; - display: flex; width: 18px; height: 18px; - align-items: center; - justify-content: center; border-radius: 50%; background: v-bind(levelColor); color: var(--tgc-white-1); font-size: 10px; + line-height: 18px; + text-align: center; } .tpa-level-right {