建议JUpload组件,disabled为true的时候上传button能够变灰或者其他样式图案,便于知晓无法再点击上传。 #4250

This commit is contained in:
zhangdaiscott
2022-12-06 09:48:23 +08:00
parent 74a2613e6d
commit 5d75668309

View File

@@ -446,6 +446,15 @@
display: none;
}
}
/*update-begin-author:taoyan date:2022-12-5 for: issues/4250 建议JUpload组件disabled为true的时候上传button能够变灰或者其他样式图案便于知晓无法再点击上传*/
.ant-btn, .ant-upload-disabled{
cursor: not-allowed;
color: rgba(0, 0, 0, 0.25);
background-color: #f5f5f5;
border-color: #d9d9d9;
}
/*update-end-author:taoyan date:2022-12-5 for: issues/4250 建议JUpload组件disabled为true的时候上传button能够变灰或者其他样式图案便于知晓无法再点击上传*/
}
//---------------------------- begin 图片左右换位置 -------------------------------------
.uploadty-mover-mask{