Commit 455a9876 authored by 皮倩雯's avatar 皮倩雯

fix: '注释Pdf'

parent 8e05c038
Pipeline #54687 passed with stages
......@@ -19,7 +19,7 @@ import { EditTwoTone, DeleteOutlined, PlusOutlined, SyncOutlined } from '@ant-de
import styles from './integrate.less';
import AddModal from './AddModal';
import Master from './Master';
import Pdf from './Pdf';
// import Pdf from './Pdf';
const Integrate = () => {
const [loading, setLoading] = useState(false);
......@@ -357,7 +357,7 @@ const Integrate = () => {
callBackSubmit={onSubmit}
/>
<Master visible={masterVisible} onCancel={() => setMasterVisible(false)} />
<Pdf visible={pdfVisible} onCancel={() => setPdfVisible(false)} />
{/* <Pdf visible={pdfVisible} onCancel={() => setPdfVisible(false)} /> */}
</div>
);
};
......
......@@ -24,7 +24,6 @@
box-sizing: border-box;
border-radius: 5px;
display: inline-block;
z-index: -1;
}
.imgHidden {
border: none;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment