From bdf4657c7376aa94d89c9c66ce98bb3f0c543e4a Mon Sep 17 00:00:00 2001 From: whyour Date: Mon, 8 Nov 2021 22:56:53 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=80=80=E5=87=BA=E4=B8=8B?= =?UTF-8?q?=E6=8B=89=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layouts/index.less | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/layouts/index.less b/src/layouts/index.less index 5feb1fa8..64d0720f 100644 --- a/src/layouts/index.less +++ b/src/layouts/index.less @@ -278,6 +278,16 @@ } .side-menu-user-drop-menu { + position: relative; + margin: 0; + padding: 4px 0; + text-align: left; + background-clip: padding-box; + outline: none; + background-color: #fff; + border-radius: 4px; + box-shadow: 0 6px 16px -8px rgb(0 0 0 / 8%), 0 9px 28px 0 rgb(0 0 0 / 5%), + 0 12px 48px 16px rgb(0 0 0 / 3%); .ant-dropdown-menu-item:hover { color: #1890ff; }