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' }}>
<Input <div className='d-flex' style={{ alignItems: 'center' }}>
placeholder="请输入中文名称或者英文名称" <span className='mr-3'>字段搜索:</span>
allowClear <Input
value={keyword} placeholder="请输入中文名称或者英文名称"
onChange={onSearchInputChange} allowClear
style={{ width: 240, marginLeft: 'auto' }} value={keyword}
/> onChange={onSearchInputChange}
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