|
@@ -2,9 +2,9 @@
|
|
|
<div class="user-wrapper" :class="theme">
|
|
|
<!-- update_begin author:zhaoxin date:20191129 for: 做头部菜单栏导航 -->
|
|
|
<!-- update-begin author:sunjianlei date:20191@20 for: 解决全局样式冲突的问题 -->
|
|
|
- <span class="action" @click="showClick">
|
|
|
+ <!-- <span class="action" @click="showClick">
|
|
|
<a-icon type="search"></a-icon>
|
|
|
- </span>
|
|
|
+ </span> -->
|
|
|
<!-- update-begin author:sunjianlei date:20200219 for: 菜单搜索改为动态组件,在手机端呈现出弹出框 -->
|
|
|
<component :is="searchMenuComp" v-show="searchMenuVisible || isMobile()" class="borders" :visible="searchMenuVisible" title="搜索菜单" :footer="null" @cancel="searchMenuVisible=false">
|
|
|
<a-select
|
|
@@ -31,7 +31,7 @@
|
|
|
<a-icon type="question-circle-o"></a-icon>
|
|
|
</a>
|
|
|
</span> -->
|
|
|
- <header-notice class="action"/>
|
|
|
+ <!-- <header-notice class="action"/> -->
|
|
|
<a-dropdown>
|
|
|
<span class="action action-full ant-dropdown-link user-dropdown-menu">
|
|
|
<a-avatar class="avatar" size="small" :src="getAvatar()"/>
|