<Modal title="人员基本信息配置" visible={personBaseInfoModalVisible} onCancel={handlePersonBaseInfoClose} width={800} footer={[ <EButton title={"关闭"} onClick={handlePersonBaseInfoClose}/> ]} style={{ top: "10px" //调整浮层位置 }} > </Modal>
加入这行代码即可
style={{ top: "10px" //调整浮层位置 }}