Explorar el Código

fix: modal弹窗修复

lanjianrong hace 5 años
padre
commit
8324c4bb3b
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/pages/Customer/Company/components/AddCompany/index.jsx

+ 1 - 0
src/pages/Customer/Company/components/AddCompany/index.jsx

@@ -26,6 +26,7 @@ const AddCompanyModal = ({ reload, dataId, dataType, onConfirm, dispatch, nature
   const [showDataItem, setShowDataItem] = useState(false)
   return (
     <ModalDragForm
+      modalProps={{ zIndex: 1250 }}
       formRef={formRef}
       title="添加新单位"
       {...layout}