| | |
| | | :filterOption="filterOption" |
| | | :open="isMobile()?true:null" |
| | | :getPopupContainer="(node) => node.parentNode" |
| | | :style="isMobile()?{width: '100%',marginBottom:'50px'}:{}" |
| | | :style="isMobile()?{width: '100%',marginBottom:'50px',color:theme=='dark'?'#fff':'#000'}:{color:theme=='dark'?'#fff':'#000'}" |
| | | @change="searchMethods" |
| | | @blur="hiddenClick" |
| | | > |
| | |
| | | </a-menu-item>--> |
| | | </a-menu> |
| | | </a-dropdown> |
| | | <span class="action"> |
| | | <a class="logout_title" href="javascript:;" @click="handleLogout"> |
| | | <span class="action" @click="handleLogout"> |
| | | <a class="logout_title" href="javascript:;" > |
| | | <a-icon type="logout"/> |
| | | <span v-if="isDesktop()"> 退出登录</span> |
| | | </a> |
| | |
| | | /* update-begin author:sunjianlei date:20191220 for: 解决全局样式冲突问题 */ |
| | | .user-wrapper .search-input { |
| | | width: 180px; |
| | | color: inherit; |
| | | |
| | | /deep/ .ant-select-selection { |
| | | background-color: inherit; |