|
@@ -205,7 +205,7 @@ const BasicForm = props => {
|
205
|
205
|
message: '请输入权重',
|
206
|
206
|
},
|
207
|
207
|
],
|
208
|
|
- })(<Input type="number" disabled={activityStatus===0 ? true : false} style={{ width: 80}}/>)}<span style={{ marginLeft: 30, color:'grey'}}>数字越大越靠前</span>
|
|
208
|
+ })(<Input type="number" style={{ width: 80}}/>)}<span style={{ marginLeft: 30, color:'grey'}}>数字越大越靠前</span>
|
209
|
209
|
</Form.Item>
|
210
|
210
|
<Form.Item wrapperCol={{ span: 12, offset: 8 }}>
|
211
|
211
|
<Button type="primary" htmlType="submit">
|