update ui
This commit is contained in:
parent
2b2fe09e71
commit
6603bbf75f
@ -112,7 +112,7 @@ export default function SearchPanel({onSearch}: SearchPanelProps) {
|
||||
const setFalse = ()=>togglePinnedManagePanel(false)
|
||||
useClickAway(() => setFalse(), pinnedManagePanel)
|
||||
|
||||
return (<div className={`${styles.searchPanel} pt-8 pb-2`}>
|
||||
return (<div className={`${styles.searchPanel} pt-6 pb-2`}>
|
||||
<div className="flex justify-between items-center">
|
||||
<div className="search-form flex items-center gap-4">
|
||||
<Input
|
||||
|
@ -68,7 +68,7 @@ export default function NewEdit() {
|
||||
|
||||
return (<div className="container pb-5 news-edit">
|
||||
<div className="search-panel-container my-5">
|
||||
<div className="search-form flex gap-5 justify-between">
|
||||
<div className="search-form flex pt-1 gap-5 justify-between">
|
||||
<EditSearchForm onSubmit={setParams}/>
|
||||
{/*<Button type="primary" onClick={() => setEditId(0)}>手动新增</Button>*/}
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user