diff --git a/frontend/src/layout/index.vue b/frontend/src/layout/index.vue index 53c1fcb74..3b5850c1a 100644 --- a/frontend/src/layout/index.vue +++ b/frontend/src/layout/index.vue @@ -23,28 +23,31 @@ -
+ +
+ + + +
+
+
+
- -
- -
-
- -
- + +
+
@@ -213,7 +216,6 @@ onMounted(() => { padding: 7px 20px; flex: 1; overflow: auto; - margin-bottom: 50px; } .app-sidebar { z-index: 2; @@ -229,15 +231,7 @@ onMounted(() => { z-index: 5; } } -.app-footer { - position: fixed; - bottom: 0; - left: 0; - margin-left: 180px; - width: calc(100% - 180px); - text-align: center; - z-index: 1000; -} + .hideSidebar { .main-container { margin-left: var(--panel-menu-hide-width); @@ -248,10 +242,6 @@ onMounted(() => { .fixed-header { width: calc(100% - var(--panel-menu-hide-width)); } - .app-footer { - margin-left: 75px; - width: calc(100% - 75px); - } } .fullScreen { diff --git a/frontend/src/views/home/index.vue b/frontend/src/views/home/index.vue index 6cda4368b..64d55e8ea 100644 --- a/frontend/src/views/home/index.vue +++ b/frontend/src/views/home/index.vue @@ -166,7 +166,7 @@ @@ -177,7 +177,7 @@