mirror of
https://github.com/jeecgboot/ant-design-vue-jeecg.git
synced 2026-02-27 01:01:47 +08:00
建议JUpload组件,disabled为true的时候上传button能够变灰或者其他样式图案,便于知晓无法再点击上传。 #4250
This commit is contained in:
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user