Commit 24f7d6a3 authored by zhangwenshuai's avatar zhangwenshuai

Merge branch 'feature-child' into dev

parents 716271a0 99f4f85f
......@@ -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';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment