From 7196ffa0f14621baba3a907e9451afc57f5fcb24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8C=E4=B8=AB=E8=AE=B2=E6=A2=B5?= Date: Sat, 18 Feb 2023 16:57:47 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E9=A1=B5=E9=9D=A2=E5=86=85=E5=AE=B9?= =?UTF-8?q?=E8=BE=83=E5=A4=9A=E6=97=B6=E4=BC=9A=E8=A2=AB=E9=A1=B5=E8=84=9A?= =?UTF-8?q?=E8=A6=86=E7=9B=96=E7=9A=84=E9=97=AE=E9=A2=98=20(#35)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layout/components/AppMain.vue | 4 ++-- src/views/groupUser/userList/index.vue | 1 + src/views/log/operation-log/index.vue | 1 + src/views/personnel/fieldRelation/index.vue | 1 + src/views/personnel/group/index.vue | 1 + src/views/personnel/user/index.vue | 1 + src/views/system/api/index.vue | 1 + src/views/system/menu/index.vue | 1 + src/views/system/role/index.vue | 1 + 9 files changed, 10 insertions(+), 2 deletions(-) diff --git a/src/layout/components/AppMain.vue b/src/layout/components/AppMain.vue index c319d61..c87cd1b 100644 --- a/src/layout/components/AppMain.vue +++ b/src/layout/components/AppMain.vue @@ -51,8 +51,8 @@ export default { } .footer-copyright { - position:fixed; - bottom:0; + position: absolute; + bottom: 0; left: 0; right: 0; line-height: 45px; diff --git a/src/views/groupUser/userList/index.vue b/src/views/groupUser/userList/index.vue index 2b595d1..474083a 100644 --- a/src/views/groupUser/userList/index.vue +++ b/src/views/groupUser/userList/index.vue @@ -252,6 +252,7 @@ export default { } .container-card{ margin: 10px; + margin-bottom: 100px; } .delete-popover{ diff --git a/src/views/log/operation-log/index.vue b/src/views/log/operation-log/index.vue index ceff7a0..9acfdd8 100644 --- a/src/views/log/operation-log/index.vue +++ b/src/views/log/operation-log/index.vue @@ -223,6 +223,7 @@ export default {