|
@@ -330,6 +330,7 @@
|
|
|
class="sl-header-li-websocket"
|
|
|
@mouseenter="updatecss"
|
|
|
@mouseleave="leave"
|
|
|
+ style="margin-top:0px"
|
|
|
>
|
|
|
<el-badge
|
|
|
:value="taskAllNum"
|
|
@@ -338,8 +339,8 @@
|
|
|
style="margin-right: 20px"
|
|
|
:hidden="badgeshow"
|
|
|
>
|
|
|
- <el-button type="text" size="small" @click="goMyTaskPage"
|
|
|
- > <i class="el-icon-message-solid" style="font-size:25px"></i></el-button
|
|
|
+ <el-button type="text" size="small" @click="goMyTaskPage" style="padding:3px;"
|
|
|
+ > <i class="el-icon-message-solid" style="font-size:20px;"></i></el-button
|
|
|
>
|
|
|
</el-badge>
|
|
|
<div
|