diff --git a/src/App.vue b/src/App.vue index c4370e8..698b59e 100644 --- a/src/App.vue +++ b/src/App.vue @@ -4,9 +4,16 @@ import NavBar from '@/components/Navbar/NavBar.vue' - + diff --git a/src/components/Navbar/NavBar.vue b/src/components/Navbar/NavBar.vue index f91f13d..9b75c0e 100644 --- a/src/components/Navbar/NavBar.vue +++ b/src/components/Navbar/NavBar.vue @@ -124,6 +124,7 @@ const renderLabel = (option) => { border-bottom: 1px solid #eee; position: relative; z-index: 10; + margin-bottom: 10px; } .logo { diff --git a/src/views/PersonalView.vue b/src/views/PersonalView.vue index 5ba9573..4112f86 100644 --- a/src/views/PersonalView.vue +++ b/src/views/PersonalView.vue @@ -3,28 +3,9 @@ import List from '@/views/PersonalView/List.vue' - +