From 99f4f85f411f3c94c3436499c9e3d87a9aa2d7c1 Mon Sep 17 00:00:00 2001 From: zhangwenshuai Date: Mon, 20 Jul 2020 19:13:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9tag=20editForm=E6=98=BE?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/apolloTable/component/base/detail/tag/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/apolloTable/component/base/detail/tag/index.tsx b/components/apolloTable/component/base/detail/tag/index.tsx index 8697f64..ef7451e 100644 --- a/components/apolloTable/component/base/detail/tag/index.tsx +++ b/components/apolloTable/component/base/detail/tag/index.tsx @@ -27,7 +27,7 @@ export const Tags = (props: any) => { const outStyle: any = {}; const innerStyle: any = {}; const itemStyle: any = {}; - if (origin === 'detailForm') { + if (origin === 'detailForm' || origin === 'editForm') { outStyle.width = 'auto'; innerStyle.flexWrap = 'wrap'; itemStyle.marginBottom = '5px'; -- 2.21.0