Can the delete button in the Antd Upload box be removed?

clipboard.png

Is there any way to remove this delete button?
I can cancel the delete event, but I don"t know how to remove this icon.

Apr.26,2021

write your own style to hide


add a style to this DOM

display:none

clipboard.png


change the style to hide


:global(.anticon-delete){
    display:none;
}

showUploadList: {

showRemoveIcon: false

}

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3c3c6-4133b.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3c3c6-4133b.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?