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.
Is there any way to remove this delete button?
write your own style to hide
add a style to this DOM
display:none
change the style to hide
:global(.anticon-delete){
display:none;
}
showUploadList: {
showRemoveIcon: false
}
Previous: Why do I use snowflake to generate duplicate id
Next: Questions arising from the import css style of webpack entry files
phenomenon related codes Code is antd official website custom trigger demo slightly modified <Layout> <Sider trigger={null} collapsible collapsed={this.state.collapsed} ...
use react and antd as the background management system. Click on the left navigation, and there will be changes on the right. How to use router4 to write the jump in the left navigation for example, if I click on the right side of platform management,...