Commit dcd2fb22 by zhaochengxiang

样式调整

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