diff --git a/src/main/resources/static/linfeng-community-uniapp-ky/components/post-list/post-list.vue b/src/main/resources/static/linfeng-community-uniapp-ky/components/post-list/post-list.vue index 7555c32..e6fa504 100644 --- a/src/main/resources/static/linfeng-community-uniapp-ky/components/post-list/post-list.vue +++ b/src/main/resources/static/linfeng-community-uniapp-ky/components/post-list/post-list.vue @@ -9,8 +9,8 @@ level-bg-color="#000000"> - - + + 官方 {{ item.userInfo.username.substring(0, 10) }} @@ -240,7 +240,15 @@ } } } - + .post-top-box{ + display: flex; + align-items: center; + justify-content: space-between; + } + .uname{ + display: flex; + align-items: center; + } .post-list-item { display: flex; align-items: center;