Commit dcd2fb22 by zhaochengxiang

样式调整

parent c6981279
...@@ -78,7 +78,7 @@ const ConstraintDetailDrawer = (props) => { ...@@ -78,7 +78,7 @@ const ConstraintDetailDrawer = (props) => {
title='规范详情' title='规范详情'
placement="right" placement="right"
closable={true} closable={true}
width={1000} width={1200}
onClose={() => { onClose={() => {
onCancel && onCancel(); onCancel && onCancel();
}} }}
......
...@@ -51,6 +51,7 @@ const ImportAction = (props) => { ...@@ -51,6 +51,7 @@ const ImportAction = (props) => {
} else if ((modelerId||'')!=='') { } else if ((modelerId||'')!=='') {
getCurrentDataModel(); getCurrentDataModel();
} else if (roughModelerData !== {}) { } else if (roughModelerData !== {}) {
setLoading(false);
getExtraData(roughModelerData); getExtraData(roughModelerData);
} }
} else if(action === 'edit' || action === 'detail') { } else if(action === 'edit' || action === 'detail') {
......
...@@ -247,7 +247,7 @@ const TemplateCURDDrawer = (props) => { ...@@ -247,7 +247,7 @@ const TemplateCURDDrawer = (props) => {
<Drawer <Drawer
title={title} title={title}
visible={visible} visible={visible}
width={1000} width={1200}
closable={true} closable={true}
onClose={() => { onClose={() => {
cancel(); cancel();
......
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