From 5046d0d13dc6a8563b8e54e31913bc44cfa1072f Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期二, 26 四月 2022 19:23:18 +0800
Subject: [PATCH] 2022-04-26

---
 src/tabviews/custom/components/group/normal-group/index.scss |   11 +++++++++++
 1 files changed, 11 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 e502301..419bf1b 100644
--- a/src/tabviews/custom/components/group/normal-group/index.scss
+++ b/src/tabviews/custom/components/group/normal-group/index.scss
@@ -14,3 +14,14 @@
   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