chore: update style of quick search

This commit is contained in:
JimmFly
2022-12-19 16:43:04 +08:00
parent 43ff5ee8b0
commit 21e82939d9
@@ -37,10 +37,10 @@ export const StyledJumpTo = styled('div')(({ theme }) => {
});
export const StyledNotFound = styled('div')(({ theme }) => {
return {
width: '620px',
width: '612px',
...displayFlex('center', 'center'),
flexDirection: 'column',
padding: '10px 16px',
padding: '5px 16px',
fontSize: theme.font.sm,
span: {
width: '100%',