From dc5c6c0debd4d6b05f822545076fbf0a77008e0d Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期三, 10 八月 2022 13:35:53 +0800
Subject: [PATCH] 2022-08-10

---
 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