Commit 144855cd by zhaochengxiang

模型搜索位置调整

parent e3649913
...@@ -547,14 +547,17 @@ const ImportActionTable = (props) => { ...@@ -547,14 +547,17 @@ const ImportActionTable = (props) => {
} }
</> </>
</Divider> </Divider>
<div className='d-flex mb-3'> <div className='d-flex mb-3' style={{ justifyContent: 'space-between' }}>
<div className='d-flex' style={{ alignItems: 'center' }}>
<span className='mr-3'>字段搜索:</span>
<Input <Input
placeholder="请输入中文名称或者英文名称" placeholder="请输入中文名称或者英文名称"
allowClear allowClear
value={keyword} value={keyword}
onChange={onSearchInputChange} onChange={onSearchInputChange}
style={{ width: 240, marginLeft: 'auto' }} style={{ width: 230 }}
/> />
</div>
{ {
editable && <Button className='ml-3' type="primary" onClick={onAddClick} disabled={ editingKey!=='' || keyword!=='' } >新增行</Button> editable && <Button className='ml-3' type="primary" onClick={onAddClick} disabled={ editingKey!=='' || keyword!=='' } >新增行</Button>
} }
......
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