Commit 67c7f6ea authored by XieZhiXiong's avatar XieZhiXiong

chore: 修改样式

parent 7f4a800e
......@@ -38,7 +38,7 @@ const Search = props => {
<div style={{ display: 'flex', flexDirection: 'row', justifyContent: justifyAlign, width: '100%' }}>
<Tooltip title={tip}>
<Input.Search
style={{width: '200px'}}
style={{ width: '200px', marginRight: 16 }}
value={props.value || ''}
onChange={e => props.mutators.change(e.target.value)}
onSearch={(_, e) => {
......@@ -49,7 +49,7 @@ const Search = props => {
/>
</Tooltip>
{advanced && (
<Button onClick={changeFilterVisible} style={{margin: '0 16px'}}>
<Button onClick={changeFilterVisible} style={{ marginRight: 16 }}>
高级筛选
{state.filterSearch ? <CaretUpOutlined /> : <CaretDownOutlined />}
</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