This commit is contained in:
Pan 2019-04-03 17:44:19 +08:00
parent 5135a640b4
commit 8b28e5cd8d
2 changed files with 14 additions and 15 deletions

View File

@ -6,14 +6,14 @@
<div class="right-menu">
<template v-if="device!=='mobile'">
<search class="right-menu-item" />
<search class="right-menu-item header-search" />
<error-log class="errLog-container right-menu-item hover-effect" />
<screenfull class="right-menu-item hover-effect" />
<screenfull class="right-menu-item hover-effect screenfull" />
<el-tooltip content="Global Size" effect="dark" placement="bottom">
<size-select class="right-menu-item hover-effect" />
<size-select class="right-menu-item hover-effect size-select" />
</el-tooltip>
</template>

View File

@ -15,27 +15,26 @@ const steps = [
position: 'bottom'
}
},
{
element: '.header-search',
popover: {
title: 'Page Search',
position: 'left'
}
},
{
element: '.screenfull',
popover: {
title: 'Screenfull',
description: 'Bring the page into fullscreen',
description: 'Set the page into fullscreen',
position: 'left'
}
},
{
element: '.international-icon',
element: '.size-select',
popover: {
title: 'Switch language',
description: 'Switch the system language',
position: 'left'
}
},
{
element: '.theme-switch',
popover: {
title: 'Theme Switch',
description: 'Custom switch system theme',
title: 'Switch Size',
description: 'Switch the system size',
position: 'left'
}
},