forked from gzzfw/frontEnd/gzDyh

liyj
2024-09-15 d9cfc78063fd297137fcbad3d299f8f135f99e4b
gz-customerSystem/src/components/MyModal/index.jsx
@@ -2,14 +2,15 @@
 * @Company: hugeInfo
 * @Author: ldh
 * @Date: 2022-06-21 10:11:01
 * @LastEditTime: 2023-05-12 20:43:00
 * @LastEditors: lwh
 * @LastEditTime: 2024-08-15 18:04:15
 * @LastEditors: dminyi 1301963064@qq.com
 * @Version: 1.0.0
 * @Description: 我的Modal
 */
import React from 'react';
import PropTypes from 'prop-types';
import { Button, Modal, Space } from 'antd';
import { CloseCircleFilled, } from '@ant-design/icons';
import './index.less';
const MyModal = ({
@@ -38,6 +39,7 @@
         onCancel={onCancel}
         zIndex={zIndex}
         centered={centered}
         closeIcon={<CloseCircleFilled style={{color:'#86909C'}}/>}
      >
         {!!title && (
            <div className="myModal-header">