diff --git a/Yi.Bbs.Vue3/src/views/profile/Index.vue b/Yi.Bbs.Vue3/src/views/profile/Index.vue index 5669cc29..df041386 100644 --- a/Yi.Bbs.Vue3/src/views/profile/Index.vue +++ b/Yi.Bbs.Vue3/src/views/profile/Index.vue @@ -126,4 +126,9 @@ onMounted(() => { .app-container { padding: 20px; } +.text-center { + display: flex; + justify-content: center; + margin-bottom: 10px; +} diff --git a/Yi.Bbs.Vue3/src/views/profile/UserAvatar.vue b/Yi.Bbs.Vue3/src/views/profile/UserAvatar.vue index 614873a5..ccfd6299 100644 --- a/Yi.Bbs.Vue3/src/views/profile/UserAvatar.vue +++ b/Yi.Bbs.Vue3/src/views/profile/UserAvatar.vue @@ -250,6 +250,7 @@ onMounted(async () => { .user-info-head:hover:after { content: "+"; + text-align: center; position: absolute; left: 0; right: 0;