From afe1f331fdf142ab313b264a9686bb15e2e1b5ab Mon Sep 17 00:00:00 2001
From: bibi <541660090@qq.com>
Date: Thu, 30 Dec 2021 14:43:05 +0800
Subject: [PATCH] 1
---
src/styles/antd.less | 2 +-
src/views/Layout/index.vue | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/styles/antd.less b/src/styles/antd.less
index b6cc3b9..da2418e 100644
--- a/src/styles/antd.less
+++ b/src/styles/antd.less
@@ -1,6 +1,6 @@
.ant-layout {
width: 100% !important;
- height: 100% !important;
+ min-height: 100% !important;
}
.ant-layout-sider-children {
background-color: #2a334f;
diff --git a/src/views/Layout/index.vue b/src/views/Layout/index.vue
index 3b56b5d..66194e2 100644
--- a/src/views/Layout/index.vue
+++ b/src/views/Layout/index.vue
@@ -22,7 +22,7 @@