Mobile responsive

This commit is contained in:
2021-12-22 11:09:04 +07:00
parent 9cefac57ae
commit 45e6b92ee7
2 changed files with 151 additions and 46 deletions

View File

@@ -75,7 +75,7 @@ export const Supplier = observer(() => {
placeholder="input search text"
style={{
width: store.ui.mediaQuery.isMobile ? 160 : 200,
marginRight: store.ui.mediaQuery.isMobile ? 0 : 10,
marginRight: store.ui.mediaQuery.isMobile ? 10 : 10,
marginBottom: store.ui.mediaQuery.isMobile ? 10 : 0,
}}
onSearch={(value) => console.log(value)}