From e52013a685f7a321ef1b157740e7fd6844a5c2fc Mon Sep 17 00:00:00 2001 From: goodmice Date: Mon, 24 Oct 2022 06:55:06 +0500 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=20=D1=80=D0=B5=D1=88=D0=B5=D0=BD?= =?UTF-8?q?=D0=B8=D1=8F=20=D0=BF=D1=80=D0=BE=D0=B1=D0=BB=D0=B5=D0=BC=D1=8B?= =?UTF-8?q?=20=D1=81=20=D0=B2=D1=8B=D1=81=D0=BE=D1=82=D0=BE=D0=B9=20=D0=B0?= =?UTF-8?q?=D0=BA=D1=82=D0=B8=D0=B2=D0=BD=D0=BE=D0=B9=20=D1=81=D1=82=D1=80?= =?UTF-8?q?=D0=B0=D0=BD=D0=B8=D1=86=D1=8B=20=D1=83=D0=B1=D1=80=D0=B0=D0=BD?= =?UTF-8?q?=20=D0=BE=D1=82=D1=81=D1=82=D1=83=D0=BF=20=D0=B8=20=D0=B8=D0=B7?= =?UTF-8?q?=D0=BC=D0=B5=D0=BD=D1=91=D0=BD=20=D1=86=D0=B2=D0=B5=D1=82=20?= =?UTF-8?q?=D1=84=D0=BE=D0=BD=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/styles/layout.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/styles/layout.less b/src/styles/layout.less index 7a6f2bf..753925a 100644 --- a/src/styles/layout.less +++ b/src/styles/layout.less @@ -114,14 +114,14 @@ & .page-content { overflow-y: auto; - // background: white; + background: white; } & .sheet{ padding: 15px; // min-height: calc(@layout-min-height - 30px); // 280px; overflow: visible; - margin: 15px; + // margin: 15px; } &-admin {