fix: more than 6th options would be hide

pull/136/head
金伟强 3 years ago
parent 4db01403ae
commit 79e2ae389f

@ -5,7 +5,7 @@ import Welcome from '../welcome'
const ConfigSence: FC<IWelcomeProps> = (props) => {
return (
<div className='mb-5 antialiased font-sans overflow-hidden shrink-0'>
<div className='mb-5 antialiased font-sans shrink-0'>
<Welcome {...props} />
</div>
)

Loading…
Cancel
Save