diff --git a/components/apolloTable/component/base/detail/tag/index.tsx b/components/apolloTable/component/base/detail/tag/index.tsx index 8697f64828da1bcbb94e91e7736507e13dc0e9da..ef7451ebce931317de182c014cfb05193168ca5b 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';