mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-21 16:56:43 +08:00
问答详情,头像做了调整
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user