From bd4d019c16b710de831b4a930d9d9ad367ef42be Mon Sep 17 00:00:00 2001 From: hungryfoolou <1039622586@qq.com> Date: Sun, 20 Aug 2023 12:06:19 +0800 Subject: [PATCH 1/2] =?UTF-8?q?fea:=E5=AE=8C=E5=96=84=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E5=86=85=E5=AE=B9=E5=8C=BA=E5=9F=9F=E8=BF=87=E9=95=BF=E6=97=B6?= =?UTF-8?q?=E6=BB=9A=E5=8A=A8=E6=95=88=E6=9E=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layouts/index.scss | 4 ++++ src/layouts/index.tsx | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/layouts/index.scss b/src/layouts/index.scss index 4e50375..f8d7eac 100644 --- a/src/layouts/index.scss +++ b/src/layouts/index.scss @@ -166,6 +166,7 @@ } .app-content{ padding-top:15px; + overflow-y: auto; } .app-view{ .ant-card-body{ @@ -376,3 +377,6 @@ } } } +.layout-container{ + height: 100%; +} \ No newline at end of file diff --git a/src/layouts/index.tsx b/src/layouts/index.tsx index 4d422e0..1d1b672 100644 --- a/src/layouts/index.tsx +++ b/src/layouts/index.tsx @@ -8,7 +8,7 @@ import './index.scss' export default function AppLayout() { return ( - + -- Gitee From e3e722649b252c4a5b2e7f62b6302db48112cf57 Mon Sep 17 00:00:00 2001 From: hungryfoolou <1039622586@qq.com> Date: Sun, 20 Aug 2023 12:06:19 +0800 Subject: [PATCH 2/2] =?UTF-8?q?feat:=E5=AE=8C=E5=96=84=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E5=86=85=E5=AE=B9=E5=8C=BA=E5=9F=9F=E8=BF=87=E9=95=BF=E6=97=B6?= =?UTF-8?q?=E6=BB=9A=E5=8A=A8=E6=95=88=E6=9E=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layouts/index.scss | 4 ++++ src/layouts/index.tsx | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/layouts/index.scss b/src/layouts/index.scss index 4e50375..f8d7eac 100644 --- a/src/layouts/index.scss +++ b/src/layouts/index.scss @@ -166,6 +166,7 @@ } .app-content{ padding-top:15px; + overflow-y: auto; } .app-view{ .ant-card-body{ @@ -376,3 +377,6 @@ } } } +.layout-container{ + height: 100%; +} \ No newline at end of file diff --git a/src/layouts/index.tsx b/src/layouts/index.tsx index 4d422e0..1d1b672 100644 --- a/src/layouts/index.tsx +++ b/src/layouts/index.tsx @@ -8,7 +8,7 @@ import './index.scss' export default function AppLayout() { return ( - + -- Gitee