fix: small fixes

This commit is contained in:
woothu
2019-08-10 17:25:59 +02:00
parent f490e6a0c3
commit 2f704dc60b
11 changed files with 156 additions and 116 deletions
@@ -5,7 +5,7 @@
no-popper
add-menu-classes="c-dropdown-menu-right"
>
<template #button-content>
<template #toggler-content>
<img
src="img/avatars/6.jpg"
class="c-img-avatar"
+16 -4
View File
@@ -4,13 +4,25 @@
class="c-header-toggler c-d-lg-none"
v-c-emit-root-event:c-sidebar-toggle
/>
<CLink class="c-header-brand" to="#">
<img class="c-navbar-brand-full" src="img/brand/logo.svg" width="89" height="25" alt="CoreUI Logo">
<!-- <img class="c-navbar-brand-minimized" src="img/brand/sygnet.svg" width="30" height="30" alt="CoreUI Logo"> -->
<CLink class="c-header-brand" to="/">
<img
class="c-navbar-brand-full"
src="img/brand/logo.svg"
width="89"
height="25"
alt="CoreUI Logo"
>
<!-- <img
class="c-navbar-brand-minimized"
src="img/brand/sygnet.svg"
width="30"
height="30"
alt="CoreUI Logo"
> -->
</CLink>
<CSidebarToggler
class="c-header-toggler c-d-md-down-none"
v-c-emit-root-event:c-sidebar-toggle
v-c-emit-root-event:c-sidebar-toggle
/>
<ul class="c-header-nav c-d-md-down-none">
<CNavItem class="c-px-3" to="/dashboard">Dashboard</CNavItem>
+6 -2
View File
@@ -1,10 +1,14 @@
<template>
<CSidebar fixed :minimize="minimize">
<CSidebar
fixed
:minimize="minimize"
dropdownBehaviors="closeOnInactiveRoute"
>
<CSidebarHeader/>
<CSidebarForm/>
<CSidebarNav :nav-items="computedNav"/>
<CSidebarFooter/>
<CSidebarMinimizer @click="minimize = !minimize"/>
<CSidebarMinimizer @click.native="minimize = !minimize"/>
</CSidebar>
</template>
+5 -5
View File
@@ -39,7 +39,7 @@ export default {
},
{
name: 'Base',
url: '/base',
route: '/base',
icon: 'cui-puzzle',
children: [
{
@@ -126,7 +126,7 @@ export default {
},
{
name: 'Buttons',
url: '/buttons',
route: '/buttons',
icon: 'cui-cursor',
children: [
{
@@ -158,7 +158,7 @@ export default {
},
{
name: 'Icons',
url: '/icons',
route: '/icons',
icon: 'cui-star',
children: [
{
@@ -184,7 +184,7 @@ export default {
},
{
name: 'Notifications',
url: '/notifications',
route: '/notifications',
icon: 'cui-bell',
children: [
{
@@ -222,7 +222,7 @@ export default {
},
{
name: 'Pages',
url: '/pages',
route: '/pages',
icon: 'cui-star',
children: [
{