diff --git a/src/App.vue b/src/App.vue
index e751a54..60bf472 100755
--- a/src/App.vue
+++ b/src/App.vue
@@ -8,8 +8,9 @@
-
-
+
+
+
@@ -17,9 +18,9 @@
-
+
+
+
@@ -70,7 +71,7 @@ export default {
Breadcrumb
},
computed: {
- ...mapState(['menuData','showSidebar', 'showFooter', 'showHeader']) // 从Vuex映射showSidebar状态到组件的计算属性中
+ ...mapState(['showSidebar', 'showFooter', 'showHeader','slidermenu','customize']) // 从Vuex映射showSidebar状态到组件的计算属性中
},
mounted() {
window.addEventListener('beforeunload', this.clearStorage);
@@ -110,6 +111,11 @@ export default {
.short-container {
height: calc(100vh - 62px);
}
+.main-right-content{
+ display: flex;
+ flex-direction: column;
+}
+
::v-deep .el-container .el-main {
// padding: 12px;
diff --git a/src/assets/menu/home-bread.svg b/src/assets/menu/home-bread.svg
new file mode 100644
index 0000000..e3ef53e
--- /dev/null
+++ b/src/assets/menu/home-bread.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/components/Breadcrumb.vue b/src/components/Breadcrumb.vue
index c0b0094..00fb158 100644
--- a/src/components/Breadcrumb.vue
+++ b/src/components/Breadcrumb.vue
@@ -2,15 +2,14 @@
-
+
-
+