优化展示细节
This commit is contained in:
@@ -63,7 +63,7 @@
|
||||
</el-col>
|
||||
<el-col :span="12" style="text-align: right;">
|
||||
<span class="header-right-user-name">{{userSelfInfo.userName}}</span>
|
||||
<el-popover v-model="userMessagePopVisible" placement="bottom" trigger="click" width="600">
|
||||
<el-popover v-model:visible="userMessagePopVisible" placement="bottom" trigger="click" width="600">
|
||||
<template v-slot:reference>
|
||||
<el-badge :is-dot="haveNotReadUserMessage" style="margin: 0 20px">
|
||||
<el-icon class="head-icon" style="margin-right: 0">
|
||||
|
||||
@@ -86,7 +86,7 @@
|
||||
</span>
|
||||
</span>
|
||||
<span style="margin-left: 10px">
|
||||
<el-icon style="font-size: 16px; color: #666"><el-icon-view/></el-icon>{{ wikiPage.viewNum }}次阅读
|
||||
<el-icon style="font-size: 16px; color: #666;vertical-align: middle;"><el-icon-view/></el-icon>{{ wikiPage.viewNum }}次阅读
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user