|
|
@ -1,6 +1,11 @@ |
|
|
|
<template> |
|
|
|
<div class="navbar"> |
|
|
|
<hamburger id="hamburger-container" :is-active="sidebar.opened" class="hamburger-container" @toggleClick="toggleSideBar" /> |
|
|
|
<hamburger |
|
|
|
id="hamburger-container" |
|
|
|
:is-active="sidebar.opened" |
|
|
|
class="hamburger-container" |
|
|
|
@toggleClick="toggleSideBar" |
|
|
|
/> |
|
|
|
|
|
|
|
<breadcrumb id="breadcrumb-container" class="breadcrumb-container" /> |
|
|
|
|
|
|
@ -8,9 +13,9 @@ |
|
|
|
<template v-if="device!=='mobile'"> |
|
|
|
<search id="header-search" class="right-menu-item" /> |
|
|
|
|
|
|
|
<el-tooltip content="源码地址" effect="dark" placement="bottom"> |
|
|
|
<!--<el-tooltip content="源码地址" effect="dark" placement="bottom"> |
|
|
|
<Github class="right-menu-item hover-effect" /> |
|
|
|
</el-tooltip> |
|
|
|
</el-tooltip>--> |
|
|
|
|
|
|
|
<el-tooltip content="全屏缩放" effect="dark" placement="bottom"> |
|
|
|
<screenfull id="screenfull" class="right-menu-item hover-effect" /> |
|
|
@ -121,7 +126,7 @@ export default { |
|
|
|
overflow: hidden; |
|
|
|
position: relative; |
|
|
|
background: #fff; |
|
|
|
box-shadow: 0 1px 4px rgba(0,21,41,.08); |
|
|
|
box-shadow: 0 1px 4px rgba(0, 21, 41, .08); |
|
|
|
|
|
|
|
.hamburger-container { |
|
|
|
line-height: 46px; |
|
|
|