fix: button abnormal style (#333)

This commit is contained in:
bowen
2023-06-10 13:19:08 +08:00
committed by GitHub
parent 3d14431b96
commit 205459d54d
2 changed files with 2 additions and 2 deletions

View File

@@ -85,7 +85,7 @@ const ConfigSence: FC<IConfigSenceProps> = ({
</div>
<Button
type="primary"
className='w-[80px] !h-8'
className='w-[80px] !h-8 !p-0'
onClick={onSend}
disabled={!query || query === ''}
>