From aaa6ac0ea146ba9e26b1100b8be662b1d7ad8124 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 19 四月 2022 01:02:51 +0800 Subject: [PATCH] 2022-04-19 --- 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