Commit b22c90b1 by fanyongjun

4.9.5

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