Commit b22c90b1 by fanyongjun

4.9.5

parent 047c6287
...@@ -92,12 +92,13 @@ const DatatypeInput = ({ value = {}, datatypes, onChange }) => { ...@@ -92,12 +92,13 @@ const DatatypeInput = ({ value = {}, datatypes, onChange }) => {
</Col> </Col>
<Col span={12}> <Col span={12}>
<InputNumber <InputNumber
onChange={(value) => { onChange={(value) => {
onParameterValuesChange(value, index); onParameterValuesChange(value, index);
}} }}
min={0} min={0}
value={parameterValues[index]} value={parameterValues[index]}
style={{ width: 60 }} style={{ width: '100%' }}
/> />
</Col> </Col>
</Row> </Row>
...@@ -357,7 +358,7 @@ const ImportActionTable = (props) => { ...@@ -357,7 +358,7 @@ const ImportActionTable = (props) => {
}, },
{ {
title: '类型', title: '类型',
width:180, width:200,
dataIndex: 'datatype', dataIndex: 'datatype',
editable: true, editable: true,
......
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