JFormContainer组件禁用时无法下载文件 #224
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user