From d3bf197fca837da8e39eed40e628dfb898f8d53a Mon Sep 17 00:00:00 2001 From: Dong Xia Date: Fri, 10 Feb 2023 01:58:15 +0000 Subject: [PATCH] =?UTF-8?q?=E8=8A=82=E7=82=B9=E7=AE=A1=E7=90=86=E7=95=8C?= =?UTF-8?q?=E9=9D=A2=E5=B8=83=E5=B1=80=E6=A0=B7=E5=BC=8F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Dong Xia --- src/assets/common.scss | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/src/assets/common.scss b/src/assets/common.scss index 88caac1..c7d5b79 100644 --- a/src/assets/common.scss +++ b/src/assets/common.scss @@ -18,4 +18,36 @@ body{ } } } + .nodeManager { + &.ant-drawer{ + .ant-drawer-content-wrapper { + .ant-drawer-content { + .ant-drawer-wrapper-body { + padding-top: 55px; + .ant-drawer-header { + width: 100%; + position: absolute; + top: 0; + z-index: 1; + border-radius: 0px; + } + .ant-drawer-body { + box-sizing: border-box; + padding: 0; + overflow: auto; + } + } + } + } + .layout-content{ + background: #fff; + } + .ant-layout-sider{ + background: #fff; + } + .ant-menu-item.ant-menu-item-selected{ + background: #e6f7ff; + } + } + } } \ No newline at end of file -- Gitee