Commit 546922b7 authored by caoxu's avatar caoxu

Fix: 头像和昵称为一个用户信息,不同用户信息左右排列

parent d5ed7524
......@@ -271,11 +271,16 @@ const showComments = (dynamic) => {
padding: 20px;
margin-bottom: 20px;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
display: flex;
flex-direction: row;
justify-content: space-around;
align-items: center;
gap: 16px;
}
.user-avatar-item {
display: flex;
flex-direction: row;
flex-direction: column;
align-items: center;
gap: 8px;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment