feat: improve search ux

This commit is contained in:
DarkSky
2022-07-27 18:12:34 +08:00
parent e273d1e606
commit a220ea517f
4 changed files with 25 additions and 16 deletions

View File

@@ -26,8 +26,11 @@ const styles = style9.create({
lineHeight: '17px',
textAlign: 'justify',
letterSpacing: '1.5px',
marginLeft: '21px',
marginLeft: '8px',
color: '#4C6275',
textOverflow: 'ellipsis',
overflow: 'hidden',
whiteSpace: 'nowrap',
},
});

View File

@@ -1,3 +1,3 @@
export { BaseButton } from './base-button';
export { ListButton } from './list-button';
export { ListButton } from './ListButton';
export { IconButton } from './IconButton';