Commit 8add33af authored by shaoan123's avatar shaoan123

优化人表单对齐

parent 9a436d7b
Pipeline #27386 passed with stages
in 22 minutes 18 seconds
......@@ -380,7 +380,7 @@ const AddModal = props => {
label="最大值"
name={'max' + index}
>
<Input style={{ width: '98%' }} placeholder="请输入最大值" onChange={(value) => inputMax(value, index)} index={index} allowClear />
<Input style={{ width: '98%' ,marginLeft:'0.4rem'}} placeholder="请输入最大值" onChange={(value) => inputMax(value, index)} index={index} allowClear />
</Item>
</Col>
</Row>
......
......@@ -372,6 +372,7 @@ const AddModal = props => {
>
<Select
placeholder="请选择预测指标"
style={{ width: '98%' ,marginLeft:'0.4rem'}}
onChange={(value, option) => handleChangeIndex1(value, option)}
>
{item.predictStr && item.predictStr.length ? item.predictStr.map((item, zindex) => { return <Select.Option key={zindex} index={index} value={item}>{item}</Select.Option> }) : ''}
......
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