From bf8c1a9882636af25193518b47455e0419e57a44 Mon Sep 17 00:00:00 2001 From: junjie Date: Tue, 25 May 2021 16:01:04 +0800 Subject: [PATCH] =?UTF-8?q?feat(frontend):UI=20fix=20=EF=BC=9B=E5=85=B3?= =?UTF-8?q?=E4=BA=8E=20fix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/layout/components/AppMain.vue | 4 +- frontend/src/views/system/about/index.vue | 122 ++++++++++----------- 2 files changed, 59 insertions(+), 67 deletions(-) diff --git a/frontend/src/layout/components/AppMain.vue b/frontend/src/layout/components/AppMain.vue index b31f25780d..1a249a656a 100644 --- a/frontend/src/layout/components/AppMain.vue +++ b/frontend/src/layout/components/AppMain.vue @@ -25,8 +25,8 @@ export default { @import "~@/styles/variables.scss"; .app-main { - /*107 = navbar 50 + topbar 57 */ - min-height: calc(100vh - 107px); + /* topbar 56 */ + min-height: calc(100vh - 56px); width: 100%; position: relative; overflow: hidden; diff --git a/frontend/src/views/system/about/index.vue b/frontend/src/views/system/about/index.vue index 01c9792add..f9fd67f46b 100644 --- a/frontend/src/views/system/about/index.vue +++ b/frontend/src/views/system/about/index.vue @@ -1,80 +1,74 @@