From cf65c481456c1c58c663a2cdcea3fb52910e2935 Mon Sep 17 00:00:00 2001 From: manzhenhua Date: Wed, 25 Mar 2020 00:55:51 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/SearchView/index.less | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/components/SearchView/index.less b/components/SearchView/index.less index 659bf9e..79f8e23 100644 --- a/components/SearchView/index.less +++ b/components/SearchView/index.less @@ -16,7 +16,9 @@ .rowWrap { margin-bottom: 20px; - + display: flex; + flex-flow: row; + align-items: flex-start; &:last-child { margin-bottom: 0; } @@ -59,9 +61,8 @@ flex: 1; .itemContent { - //min-width: 230px; - //display: inline-block; width: 100%; + max-width: 320px; margin-right: 20px; } .checkboxContainer { -- 2.21.0