From 8d66ff34fae5b048a6b7923cc75d34f13a08be9d Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期二, 02 八月 2022 11:42:43 +0800
Subject: [PATCH] Merge branch 'develop'

---
 src/menu/components/group/normal-group/index.scss |   19 ++++++++++++++++++-
 1 files changed, 18 insertions(+), 1 deletions(-)

diff --git a/src/menu/components/group/normal-group/index.scss b/src/menu/components/group/normal-group/index.scss
index ff71992..63a4dd9 100644
--- a/src/menu/components/group/normal-group/index.scss
+++ b/src/menu/components/group/normal-group/index.scss
@@ -17,8 +17,16 @@
     padding: 5px;
     background: rgba(255, 255, 255, 0.55);
   }
+  .print-button, .print-button:hover, .print-button:focus, .print-button:active {
+    position: absolute;
+    right: 40px;
+    top: 0px;
+    border: 0;
+    background: transparent;
+    color: #bcbcbc;
+  }
 }
-.menu-group-edit-box::before {
+.menu-group-edit-box.padding:before {
   content: ' ';
   display: block;
   float: right;
@@ -30,3 +38,12 @@
   z-index: 1;
   box-shadow: 0px 0px 4px #1890ff;
 }
+.menu-group-edit-box.flex {
+  >.group-shell-inner {
+    display: flex;
+    width: 100%;
+    >.mk-component-card {
+      flex: 1;
+    }
+  }
+}

--
Gitblit v1.8.0