fix: depercated props

This commit is contained in:
jialin
2026-03-19 12:28:18 +08:00
committed by jialin
parent 2dc7c9adf1
commit 9840a48301
22 changed files with 62 additions and 22 deletions
@@ -70,7 +70,9 @@ const useWorkerMaintenance = ({ fetchData }: { fetchData: () => void }) => {
onCancel={onCancel}
destroyOnHidden={true}
closeIcon={true}
maskClosable={false}
mask={{
closable: false
}}
keyboard={false}
width={600}
maxContentHeight={'max(calc(100vh - 300px), 500px)'}