Commit 99f4f85f authored by zhangwenshuai's avatar zhangwenshuai

修改tag editForm显示

parent 9606c039
......@@ -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