JFormContainer组件禁用时无法下载文件 #224
parent
74bf90014d
commit
565957033e
|
@ -21,7 +21,7 @@
|
|||
});
|
||||
</script>
|
||||
|
||||
<style lang="less" scoped>
|
||||
<style lang="less">
|
||||
.jeecg-form-container-disabled {
|
||||
cursor: not-allowed;
|
||||
|
||||
|
@ -42,6 +42,12 @@
|
|||
.ant-upload-list {
|
||||
cursor: grabbing;
|
||||
}
|
||||
|
||||
fieldset[disabled]{
|
||||
.anticon-delete{
|
||||
display: none !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.jeecg-form-container-disabled fieldset[disabled] .ant-upload-list {
|
||||
|
|
Loading…
Reference in New Issue