diff --git a/client/src/layout/components/Sidebar/index.vue b/client/src/layout/components/Sidebar/index.vue index fb014a2..c2aa72e 100644 --- a/client/src/layout/components/Sidebar/index.vue +++ b/client/src/layout/components/Sidebar/index.vue @@ -51,4 +51,4 @@ export default { } } } - + \ No newline at end of file diff --git a/client/src/router/index.js b/client/src/router/index.js index 46f7875..1b8481d 100644 --- a/client/src/router/index.js +++ b/client/src/router/index.js @@ -52,6 +52,13 @@ export const constantRoutes = [ component: () => import('@/views/404'), hidden: true }, +] + +/** + * asyncRoutes + * the routes that need to be dynamically loaded based on user perms + */ +export const asyncRoutes = [ { path: '/qualification', component: Layout, @@ -86,13 +93,6 @@ export const constantRoutes = [ } ] }, -] - -/** - * asyncRoutes - * the routes that need to be dynamically loaded based on user perms - */ -export const asyncRoutes = [ { path: '/system', component: Layout, diff --git a/client/src/styles/variables.scss b/client/src/styles/variables.scss index be55772..027b130 100644 --- a/client/src/styles/variables.scss +++ b/client/src/styles/variables.scss @@ -9,7 +9,7 @@ $menuHover:#263445; $subMenuBg:#1f2d3d; $subMenuHover:#001528; -$sideBarWidth: 210px; +$sideBarWidth: 230px; // the :export directive is the magic sauce for webpack // https://www.bluematador.com/blog/how-to-share-variables-between-js-and-sass diff --git a/client/src/views/dashboard/index.vue b/client/src/views/dashboard/index.vue index ba27b9b..990e16e 100644 --- a/client/src/views/dashboard/index.vue +++ b/client/src/views/dashboard/index.vue @@ -47,7 +47,7 @@