From 8b28e5cd8daba3858ec87d17ddb9b0610e30a8a7 Mon Sep 17 00:00:00 2001 From: Pan Date: Wed, 3 Apr 2019 17:44:19 +0800 Subject: [PATCH] fix bug --- src/layout/components/Navbar.vue | 6 +++--- src/views/guide/defineSteps.js | 23 +++++++++++------------ 2 files changed, 14 insertions(+), 15 deletions(-) diff --git a/src/layout/components/Navbar.vue b/src/layout/components/Navbar.vue index 606d2b07..dbecd4a9 100644 --- a/src/layout/components/Navbar.vue +++ b/src/layout/components/Navbar.vue @@ -6,14 +6,14 @@
diff --git a/src/views/guide/defineSteps.js b/src/views/guide/defineSteps.js index 405a3f72..ff93799c 100644 --- a/src/views/guide/defineSteps.js +++ b/src/views/guide/defineSteps.js @@ -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' } },