From a286e4fab9f12642b5e06e95e7443ff03fa0bf2d Mon Sep 17 00:00:00 2001 From: cgd_mac <349008059@qq.com> Date: Mon, 10 Jan 2022 22:31:21 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=85=A8=E5=B1=80=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layouts/BasicLayout.less | 1 + 1 file changed, 1 insertion(+) diff --git a/src/layouts/BasicLayout.less b/src/layouts/BasicLayout.less index 63c7daf..3e7bea1 100644 --- a/src/layouts/BasicLayout.less +++ b/src/layouts/BasicLayout.less @@ -45,4 +45,5 @@ height: calc(100vh - 95px) !important; overflow-x: hidden; overflow-y: auto; + padding: 10px; }