Commit 5b2c87ff by zhaochengxiang

样式修改

parent 64c113be
......@@ -26,4 +26,8 @@
.model-import-action-relation,
.model-import-action-comment {
margin-top: 7px;
}
.edit-template .model-import-action-table {
padding: 0;
}
\ No newline at end of file
......@@ -128,12 +128,12 @@ const EditTemplate = (props) => {
}
return (
<div className='edit-model position-relative'>
<div className='edit-model edit-template position-relative'>
<div className='edit-header'>
<span style={{ fontSize: 16, fontWeight: 'bold', color: '#fff' }}>{title}</span>
</div>
<div className='edit-container'>
<div className='edit-container-card'>
<div className='edit-container-card' style={{ backgroundColor: '#fff' }}>
<TemplateAction onChange={onActionChange} action={action} id={templateId} form={form} />
</div>
</div>
......
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