系统模板编辑回显页面处理
This commit is contained in:
parent
1e65e269b3
commit
10e4d29b9f
|
@ -227,7 +227,6 @@ export default class edittemplate extends React.Component {
|
|||
|
||||
<div style={{ width: "92%", "margin": "0 auto 60px", "overflow": "auto", "maxHeight": "100%" }}>
|
||||
<div style={{ fontWeight: 'bold' }}>基础设置</div>
|
||||
|
||||
<Form model={this.state.model} ref="form1">
|
||||
<FormItem labelname="落地页标题:" prop="title" id="title" labelwidth="100px">
|
||||
<Ipt onChange={(e) => {
|
||||
|
|
Loading…
Reference in New Issue