| | |
| | | class="hamburger-container" |
| | | @toggleClick="toggleSideBar" |
| | | /> |
| | | <!-- :style="{marginLeft:$store.state.settings.menuIsHorizontal?'50px':'40px'}"--> |
| | | <breadcrumb |
| | | class="breadcrumb-container" |
| | | :style="{marginLeft:$store.state.settings.menuIsHorizontal?'20px':''}" |
| | | /> |
| | | |
| | | <!--页é¢å·æ°åè½ æä¸å¼å æéæ±äºåå¼å--> |
| | | <!-- <el-tooltip class="item" effect="dark" content="å·æ°é¡µé¢" placement="bottom">--> |
| | | <!-- <PageRefresh--> |
| | | <!-- :style="{--> |
| | | <!-- color:$store.state.settings.headBackgroundColorValue?'#fff':'#000',--> |
| | | <!-- marginLeft:$store.state.settings.menuIsHorizontal?'20px':'50px'--> |
| | | <!-- }"--> |
| | | <!-- style="position: absolute;"--> |
| | | <!-- @click="pageRefreshClick"--> |
| | | <!-- />--> |
| | | <!-- </el-tooltip>--> |
| | | |
| | | <el-menu |
| | | v-if="$store.state.settings.menuIsHorizontal" |
| | |
| | | |
| | | <!-- <template v-if="device!=='mobile'">--> |
| | | <template> |
| | | <search id="header-search" class="right-menu-item" /> |
| | | <el-tooltip class="item" effect="dark" content="èåæç´¢" placement="bottom"> |
| | | <search id="header-search" class="right-menu-item" /> |
| | | </el-tooltip> |
| | | <!-- <error-log class="errLog-container right-menu-item hover-effect" />--> |
| | | <screenfull id="screenfull" class="right-menu-item hover-effect" /> |
| | | <el-tooltip class="item" effect="dark" content="å
¨å±" placement="bottom"> |
| | | <screenfull id="screenfull" class="right-menu-item hover-effect" /> |
| | | </el-tooltip> |
| | | <!-- <el-tooltip content="Global Size" effect="dark" placement="bottom">--> |
| | | <!-- <size-select id="size-select" class="right-menu-item hover-effect" />--> |
| | | <!-- </el-tooltip>--> |
| | | </template> |
| | | |
| | | <el-dropdown class="avatar-container" trigger="click"> |
| | | <el-dropdown class="avatar-container" trigger="hover"> |
| | | <div class="avatar-wrapper"> |
| | | <!-- <img :src="avatar+'?imageView2/1/w/80/h/80'" class="user-avatar">--> |
| | | <div style="display: flex;align-items: center;margin-top: -5px"> |
| | |
| | | import Search from '@/components/HeaderSearch' |
| | | import Screenfull from '@/components/Screenfull' |
| | | import variables from '@/styles/variables.scss' |
| | | import PageRefresh from '@/components/PageRefresh/PageRefresh' |
| | | |
| | | export default { |
| | | components: { |
| | |
| | | Breadcrumb, |
| | | Hamburger, |
| | | Search, |
| | | Screenfull |
| | | Screenfull, |
| | | PageRefresh |
| | | }, |
| | | directives: { elDragDialog }, |
| | | data() { |