|
|
@@ -30,7 +30,7 @@
|
|
|
</el-dropdown>
|
|
|
</div>
|
|
|
<el-badge :value="unreadNum" class="item">
|
|
|
- <el-button @click="openDrawer" style="margin:0 15px">
|
|
|
+ <el-button @click="openDrawer">
|
|
|
<i style="font-size:14px; color:#5399F5;" class="el-icon-chat-dot-square"> </i>消息中心
|
|
|
</el-button>
|
|
|
</el-badge>
|
|
|
@@ -228,8 +228,7 @@
|
|
|
|
|
|
<style>
|
|
|
.el-badge__content.is-fixed {
|
|
|
- position: absolute;
|
|
|
- top: -2px !important;
|
|
|
- right: 18px !important;
|
|
|
+ top: 8px !important;
|
|
|
+ right: 20px !important;
|
|
|
}
|
|
|
</style>
|