From 41c55c1f103658b997f7a828a7067bdb228f1df0 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期二, 04 十月 2022 23:35:10 +0800
Subject: [PATCH] 2022-10-04

---
 src/tabviews/custom/components/group/normal-group/index.scss |   22 ++++++++++++++++++++++
 1 files changed, 22 insertions(+), 0 deletions(-)

diff --git a/src/tabviews/custom/components/group/normal-group/index.scss b/src/tabviews/custom/components/group/normal-group/index.scss
index b2d17ce..419bf1b 100644
--- a/src/tabviews/custom/components/group/normal-group/index.scss
+++ b/src/tabviews/custom/components/group/normal-group/index.scss
@@ -1,5 +1,27 @@
+.normal-group-wrap {
+  .print-button, .print-button:hover, .print-button:focus, .print-button:active {
+    position: absolute;
+    right: 0px;
+    top: 0px;
+    z-index: 2;
+    border: 0;
+    background: transparent;
+  }
+}
+
 .normal-group-wrap::after {
   content: ' ';
   display: block;
   clear: both;
+}
+
+.normal-group-wrap.flex {
+  >.ant-row {
+    display: flex;
+    >.ant-col {
+      flex: 1;
+      max-width: unset;
+      width: 5%;
+    }
+  }
 }
\ No newline at end of file

--
Gitblit v1.8.0