样式小优化
This commit is contained in:
@@ -39,11 +39,9 @@ export function CompactSearchBox({
|
||||
};
|
||||
|
||||
return (
|
||||
<div style={{
|
||||
marginBottom: '24px'
|
||||
}}>
|
||||
<div>
|
||||
<div style={{
|
||||
padding: '20px 0',
|
||||
|
||||
margin: '0',
|
||||
background: 'none'
|
||||
}}>
|
||||
@@ -115,7 +113,7 @@ export function CompactSearchBox({
|
||||
border: 'none',
|
||||
borderRadius: '6px',
|
||||
padding: '6px 16px',
|
||||
fontSize: '13px',
|
||||
fontSize: '14px',
|
||||
fontWeight: '500',
|
||||
cursor: 'pointer',
|
||||
transition: 'all 0.3s ease',
|
||||
|
||||
Reference in New Issue
Block a user