From fa381753ef2a2b25b1c0722549ac17e333da79be Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 06 九月 2022 22:50:54 +0800 Subject: [PATCH] 2022-09-06 --- src/menu/stylecombcontrolbutton/index.scss | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/src/menu/stylecombcontrolbutton/index.scss b/src/menu/stylecombcontrolbutton/index.scss index 3732704..003e577 100644 --- a/src/menu/stylecombcontrolbutton/index.scss +++ b/src/menu/stylecombcontrolbutton/index.scss @@ -17,6 +17,16 @@ z-index: 12; background:rgba(0, 0, 0, 0.2); } + .pc-poper-view::before { + content: ' '; + position: absolute; + left: 0; + top: 0; + bottom: 0; + right: 0; + z-index: 12; + background:rgba(0, 0, 0, 0.2); + } .menu-body .menu-view >.ant-card >.ant-card-body { position: relative; z-index: 13; -- Gitblit v1.8.0