From 0a2bb32537a03a38a046b0bf221d9137e047f848 Mon Sep 17 00:00:00 2001 From: soul2 <1052986332@qq.com> Date: Mon, 3 Oct 2022 16:49:04 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=89=E4=B8=AA=E6=A8=A1=E5=9D=97=E7=9A=84?= =?UTF-8?q?=E7=AC=AC=E4=B8=80=E4=B8=AA=E7=89=88=E6=9C=AC=E3=80=81=E5=AF=B9?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E7=9A=84=E5=B0=8F=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layout/components/footer.vue | 5 +- src/layout/components/navbar/index.vue | 2 +- src/layout/index.vue | 32 ++++++- src/style/index.scss | 1 + src/style/layout/index.scss | 21 ++++ src/views/home/index.vue | 127 ++++++++++++++++++++++++- src/views/sodemo/index.vue | 95 ++++++++++++++++-- src/views/soui/index.vue | 57 +++++++---- 8 files changed, 303 insertions(+), 37 deletions(-) create mode 100644 src/style/layout/index.scss 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 @@