|
@@ -104,8 +104,8 @@ const WebsiteChangeFrom = Form.create()(React.createClass({
|
|
|
const { getFieldDecorator } = this.props.form;
|
|
|
const theData = this.state.data;
|
|
|
const formItemLayout = {
|
|
|
- labelCol: { span: 8 },
|
|
|
- wrapperCol: { span: 16 },
|
|
|
+ labelCol: { span: 6 },
|
|
|
+ wrapperCol: { span: 18 },
|
|
|
};
|
|
|
const _me = this;
|
|
|
if (this.state.data) {
|
|
@@ -207,7 +207,7 @@ const WebsiteChange = React.createClass({
|
|
|
<Spin spinning={this.state.loading} className='spin-box'>
|
|
|
<Modal title="编辑科技部门网址" visible={this.state.visible}
|
|
|
onOk={this.handleOk} onCancel={this.handleCancel}
|
|
|
- width='400px'
|
|
|
+ width='500px'
|
|
|
footer=''
|
|
|
>
|
|
|
<WebsiteChangeFrom
|