xielei 2024-09-30 15:41:02 +08:00
commit 9d694ae173
3 changed files with 2 additions and 0 deletions

View File

@ -69,6 +69,7 @@ function Wxq({ id, data, dispatch }) {
<BasicCrudModal <BasicCrudModal
width={1000} width={1000}
ref={refModal} ref={refModal}
style={{top:'100px'}}
title="" title=""
title1="巡查任务详情" title1="巡查任务详情"
component={ModalForm} component={ModalForm}

View File

@ -223,6 +223,7 @@ const Page = ({mySetTms}) => {
<BasicCrudModal <BasicCrudModal
width={1000} width={1000}
ref={refModal} ref={refModal}
style={{top:'100px'}}
title="" title=""
component={ModalForm} component={ModalForm}
title1="详情" title1="详情"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 MiB

After

Width:  |  Height:  |  Size: 1.7 MiB