chore: upgrade antd lib to 5.25.4

This commit is contained in:
jialin
2025-09-16 11:26:17 +08:00
parent 0c1057d554
commit 4f91443957
41 changed files with 4761 additions and 9139 deletions
@@ -414,7 +414,12 @@ const HFModelFile: React.FC<HFModelFileProps> = forwardRef((props, ref) => {
</ItemFileWrapper>
) : (
<Empty
imageStyle={{ height: 'auto', marginTop: '20px' }}
styles={{
image: {
height: 'auto',
marginTop: '20px'
}
}}
image={Empty.PRESENTED_IMAGE_SIMPLE}
description={intl.formatMessage({
id: 'models.search.nofiles'