瀏覽代碼

审批遮罩问题

CzRger 3 月之前
父節點
當前提交
6e577eb3c1
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      web/app/components/datasets/documents/list.tsx

+ 1 - 0
web/app/components/datasets/documents/list.tsx

@@ -841,6 +841,7 @@ const DocumentList: FC<IDocumentListProps> = ({
           onCancel={() => onHandleExamine(false)}
           confirmText="同意"
           cancelText="不同意"
+          maskClosable={false}
         />
       )}
     </div>