From 3e76716d365ab4755cc8a2bd63df1c4fe5c12cba Mon Sep 17 00:00:00 2001 From: pushuo <229102104@qq.com> Date: Mon, 19 Sep 2022 17:58:37 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=AE=89=E8=A3=85=E5=BC=95?= =?UTF-8?q?=E5=AF=BCui?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- beike/Installer/Views/layouts/master.blade.php | 7 ++++++- beike/Installer/assets/scss/app.scss | 5 ++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/beike/Installer/Views/layouts/master.blade.php b/beike/Installer/Views/layouts/master.blade.php index 26526c9e..afb81266 100644 --- a/beike/Installer/Views/layouts/master.blade.php +++ b/beike/Installer/Views/layouts/master.blade.php @@ -83,6 +83,11 @@ @yield('scripts') - + + diff --git a/beike/Installer/assets/scss/app.scss b/beike/Installer/assets/scss/app.scss index 4ae25acb..c9fab65f 100644 --- a/beike/Installer/assets/scss/app.scss +++ b/beike/Installer/assets/scss/app.scss @@ -14,8 +14,9 @@ body { .install-box { background-color: #f3f6f8; display: flex; - height: 100vh; + // height: 100vh; margin: auto; + height: 100%; > .aside-wrap { width: 30%; @@ -25,6 +26,7 @@ body { display: flex; flex-direction: column; justify-content: space-between; + overflow-y: auto; @media (max-width: 768px) { padding: 20px; @@ -34,6 +36,7 @@ body { > .content { flex: 1; padding: 40px 60px; + overflow-y: auto; } .language-switch {