Skip to content

Commit

Permalink
perf: grid
Browse files Browse the repository at this point in the history
  • Loading branch information
c121914yu committed Mar 3, 2024
1 parent f0fe8fb commit f8cb2bb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ const SelectUsingWayModal = ({ share, onClose }: { share: OutLinkSchema; onClose
/>

{/* config */}
<Grid gridTemplateColumns={['repeat(3,1fr)']} gridGap={4} my={5}>
<Grid gridTemplateColumns={['repeat(2,1fr)', 'repeat(3,1fr)']} gridGap={4} my={5}>
<Flex {...gridItemStyle}>
<Box flex={1}>{t('core.app.outLink.Show History')}</Box>
<Switch {...register('showHistory')} />
Expand Down

0 comments on commit f8cb2bb

Please sign in to comment.