Skip to content

Commit

Permalink
JFormContainer组件禁用时无法下载文件 #224
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangdaiscott committed Nov 14, 2022
1 parent 74bf900 commit 5659570
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/components/Form/src/jeecg/components/JFormContainer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
});
</script>

<style lang="less" scoped>
<style lang="less">
.jeecg-form-container-disabled {
cursor: not-allowed;
Expand All @@ -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 {
Expand Down

0 comments on commit 5659570

Please sign in to comment.