diff --git a/src/layout/components/footer.vue b/src/layout/components/footer.vue index 196c888..dfa149c 100644 --- a/src/layout/components/footer.vue +++ b/src/layout/components/footer.vue @@ -1,6 +1,6 @@ @@ -14,9 +14,6 @@ export default { @import "~@/style/layout/footer.scss"; #app-footer { - position: absolute; - bottom: 20px; - left: 0; width: 100%; } diff --git a/src/layout/components/navbar/index.vue b/src/layout/components/navbar/index.vue index 23913b5..f5cff5d 100644 --- a/src/layout/components/navbar/index.vue +++ b/src/layout/components/navbar/index.vue @@ -50,7 +50,7 @@ export default { sm: 5, md: 4, lg: 3, - xl: 1 + xl: 2 } }, menuStyle() { diff --git a/src/layout/index.vue b/src/layout/index.vue index 424c925..0d91585 100644 --- a/src/layout/index.vue +++ b/src/layout/index.vue @@ -1,6 +1,7 @@