From 1e84ccb664b0d78faad05dd3c60e199ce5e740c9 Mon Sep 17 00:00:00 2001 From: zwjamnsss Date: Thu, 27 Jul 2017 11:29:12 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20group=20=E6=90=9C=E7=B4=A2=E6=A1=86?= =?UTF-8?q?=E5=AE=BD=E5=BA=A6=E7=AA=84=E8=B6=85=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/containers/ProjectGroups/GroupList/GroupList.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/client/containers/ProjectGroups/GroupList/GroupList.scss b/client/containers/ProjectGroups/GroupList/GroupList.scss index 68902b46..a201c99b 100644 --- a/client/containers/ProjectGroups/GroupList/GroupList.scss +++ b/client/containers/ProjectGroups/GroupList/GroupList.scss @@ -37,13 +37,13 @@ } .group-operate { height: 48px; - min-width: 263px; padding: 10px 6px; background: #eee; + display: flex; + justify-content: space-around; .search { - display: inline-block; margin-right: 6px; - width: 162px; + flex-grow: 1; } } .group-list {