diff --git a/src/layouts/components/VabAppMain/index.vue b/src/layouts/components/VabAppMain/index.vue index 6803e8a46..dcda62ff7 100644 --- a/src/layouts/components/VabAppMain/index.vue +++ b/src/layouts/components/VabAppMain/index.vue @@ -1,11 +1,11 @@ diff --git a/src/layouts/components/VabFullScreenBar/index.vue b/src/layouts/components/VabFullScreenBar/index.vue index 6a9b3c229..3ef0e12da 100644 --- a/src/layouts/components/VabFullScreenBar/index.vue +++ b/src/layouts/components/VabFullScreenBar/index.vue @@ -10,7 +10,7 @@ diff --git a/src/layouts/index.vue b/src/layouts/index.vue index ef5c93215..876d13c47 100644 --- a/src/layouts/index.vue +++ b/src/layouts/index.vue @@ -193,7 +193,6 @@ .app-main-container { margin-top: $base-padding; margin-bottom: $base-padding; - background: $base-color-white; } } } @@ -253,7 +252,6 @@ .app-main-container { width: calc(100% - #{$base-padding} - #{$base-padding}); margin: $base-padding auto; - background: $base-color-white; border-radius: $base-border-radius; } } diff --git a/src/router/index.js b/src/router/index.js index ed05c2d54..2d5834493 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -6,7 +6,6 @@ import Vue from 'vue' import VueRouter from 'vue-router' import Layout from '@/layouts' -import Home from '@/views/home' import EmptyLayout from '@/layouts/EmptyLayout' import { publicPath, routerMode } from '@/config' diff --git a/src/views/personnelManagement/roleManagement/index.vue b/src/views/personnelManagement/roleManagement/index.vue index c1ffc519c..200cb4132 100644 --- a/src/views/personnelManagement/roleManagement/index.vue +++ b/src/views/personnelManagement/roleManagement/index.vue @@ -1,6 +1,7 @@ + @@ -13,3 +14,4 @@ methods: {}, } +