chore: upgrade antd lib to 5.25.4
This commit is contained in:
@@ -46,7 +46,12 @@ const UploadAudio: React.FC<UploadAudioProps> = (props) => {
|
||||
|
||||
return (
|
||||
<Tooltip
|
||||
overlayInnerStyle={{ maxWidth: 290, width: 'max-content' }}
|
||||
styles={{
|
||||
body: {
|
||||
maxWidth: 290,
|
||||
width: 'max-content'
|
||||
}
|
||||
}}
|
||||
title={intl.formatMessage(
|
||||
{ id: 'playground.audio.uploadfile.tips' },
|
||||
{ formats: props.accept }
|
||||
|
||||
Reference in New Issue
Block a user