From d1cd5af5adb53e91efdd278328e1b6f8ad834fb5 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期四, 06 二月 2025 21:11:56 +0800
Subject: [PATCH] Merge branch 'positec' into dms

---
 src/menu/stylecombcontrolbutton/index.scss |   22 ++++++++--------------
 1 files changed, 8 insertions(+), 14 deletions(-)

diff --git a/src/menu/stylecombcontrolbutton/index.scss b/src/menu/stylecombcontrolbutton/index.scss
index d6b8667..615c42e 100644
--- a/src/menu/stylecombcontrolbutton/index.scss
+++ b/src/menu/stylecombcontrolbutton/index.scss
@@ -7,7 +7,7 @@
   background: #ffffff;
 }
 body.style-control {
-  .pc-menu-view::before, .menu-control::before  {
+  .menu-setting::before, .mk-opeartion-list::before  {
     content: ' ';
     position: absolute;
     left: 0;
@@ -17,26 +17,20 @@
     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-setting .draw, .menu-control .draw {
+    display: none;
   }
-  .menu-body .menu-view >.ant-card >.ant-card-body {
-    position: relative;
-    z-index: 13;
-    background:#ffffff;
+  .style-control-button {
+    z-index: 12;
   }
   .menu-view {
     .anticon-tool {
       display: none;
     }
   }
+  .mk-pc-view .menu-setting {
+    display: none;
+  }
   .mk-mob-view .mob-shell {
     .anticon-tool {
       display: none;

--
Gitblit v1.8.0