优化展示细节

This commit is contained in:
暮光:城中城
2023-01-11 20:06:53 +08:00
parent c805465684
commit bc28320565
2 changed files with 2 additions and 2 deletions

View File

@@ -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">

View File

@@ -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>