From b6ccd63b80fc7017bfabc446787732a98c7cbab7 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 06 一月 2021 19:10:28 +0800 Subject: [PATCH] 2021-01-06 --- src/views/menudesign/index.scss | 12 +++--------- 1 files changed, 3 insertions(+), 9 deletions(-) diff --git a/src/views/menudesign/index.scss b/src/views/menudesign/index.scss index c7cd961..21de614 100644 --- a/src/views/menudesign/index.scss +++ b/src/views/menudesign/index.scss @@ -8,15 +8,7 @@ position: relative; background: #ffffff; padding: 50px 0px 0px 0px; - - // .menu-setting::before { - // content: ' '; - // position: absolute; - // width: 300px; - // height: 100%; - // left: 0; - // top: 0; - // } + .menu-setting { position: fixed; left: 0; @@ -27,6 +19,7 @@ background: #ffffff; box-shadow: 0px 2px 5px #bcbcbc; overflow-y: auto; + overflow-x: hidden; > .ant-collapse { background-color: #ffffff; @@ -116,6 +109,7 @@ > .ant-card { >.ant-card-head { margin-bottom: 0px; + position: relative; .ant-card-head-title { color: #1890ff; padding: 5px 0; -- Gitblit v1.8.0