问答详情,头像做了调整

This commit is contained in:
daihh
2022-10-13 14:38:48 +08:00
parent 8fc30e210e
commit e5c2eca5ec
2 changed files with 35 additions and 27 deletions

View File

@@ -13,7 +13,7 @@
</div>
</div>
<div v-if="!onlyAvatar" style="padding-left: 14px;padding-top: 6px;font-size: 14px;">
<span style="color: #333333;font-weight: 600;">{{userName}}</span>
<span style="color: #333333;font-weight: 600;font-size: 16px;">{{userName}}</span>
<span class="author-text" v-if="userInfo && userInfo!=''">({{userInfo}})</span>
</div>
</div>
@@ -117,12 +117,13 @@ import { userAvatarText } from "@/utils/tools.js";
display: flex;
.author-text{
font-size: 12px;
color: #666666;
color: #999999;
font-weight: 300;
margin-left: 4px;
}
.uavatar{
// border: 1px solid #73adfe;
width: 28px;
width: 28px;
height: 28px;
// background: #d9e9ff;
display: flex;