diff --git a/Yi.Bbs.Vue3/src/components/AvatarInfo.vue b/Yi.Bbs.Vue3/src/components/AvatarInfo.vue index b969f3ec..213c74c7 100644 --- a/Yi.Bbs.Vue3/src/components/AvatarInfo.vue +++ b/Yi.Bbs.Vue3/src/components/AvatarInfo.vue @@ -155,7 +155,6 @@ const getStatusInfo = (type) => { .info { flex: 1; - margin-top: 0.6rem; margin-left: 1rem; } @@ -171,6 +170,7 @@ const getStatusInfo = (type) => { flex: 1; display: flex; justify-content: space-between; + align-items: center; } .avatar-left, diff --git a/Yi.Bbs.Vue3/src/components/DisscussCard.vue b/Yi.Bbs.Vue3/src/components/DisscussCard.vue index 2410c510..a3a7fd9f 100644 --- a/Yi.Bbs.Vue3/src/components/DisscussCard.vue +++ b/Yi.Bbs.Vue3/src/components/DisscussCard.vue @@ -1,73 +1,50 @@ diff --git a/Yi.Bbs.Vue3/src/views/home/components/RecommendFriend/index.vue b/Yi.Bbs.Vue3/src/views/home/components/RecommendFriend/index.vue index b8b8790a..8abe08d5 100644 --- a/Yi.Bbs.Vue3/src/views/home/components/RecommendFriend/index.vue +++ b/Yi.Bbs.Vue3/src/views/home/components/RecommendFriend/index.vue @@ -81,10 +81,12 @@ const userImageSrc = computed(() => { display: flex; justify-content: space-around; .left { + display: flex; + align-items: center; flex: 1; .icon { - width: 40px; - height: 40px; + width: 30px; + height: 30px; img { width: 100%; height: 100%;