This commit is contained in:
wangshiming
2022-03-24 14:22:51 +08:00
parent 0dd36d8c7f
commit ca4d1bd219

View File

@ -32,5 +32,10 @@
color: black;
resize:none;
}
.hideBtn .ant-upload-list-item-actions button{
&:last-child{
display: none;
}
}
}
}