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 ...@@ -19,7 +19,7 @@ import { EditTwoTone, DeleteOutlined, PlusOutlined, SyncOutlined } from '@ant-de
import styles from './integrate.less'; import styles from './integrate.less';
import AddModal from './AddModal'; import AddModal from './AddModal';
import Master from './Master'; import Master from './Master';
import Pdf from './Pdf'; // import Pdf from './Pdf';
const Integrate = () => { const Integrate = () => {
const [loading, setLoading] = useState(false); const [loading, setLoading] = useState(false);
...@@ -357,7 +357,7 @@ const Integrate = () => { ...@@ -357,7 +357,7 @@ const Integrate = () => {
callBackSubmit={onSubmit} callBackSubmit={onSubmit}
/> />
<Master visible={masterVisible} onCancel={() => setMasterVisible(false)} /> <Master visible={masterVisible} onCancel={() => setMasterVisible(false)} />
<Pdf visible={pdfVisible} onCancel={() => setPdfVisible(false)} /> {/* <Pdf visible={pdfVisible} onCancel={() => setPdfVisible(false)} /> */}
</div> </div>
); );
}; };
......
...@@ -24,7 +24,6 @@ ...@@ -24,7 +24,6 @@
box-sizing: border-box; box-sizing: border-box;
border-radius: 5px; border-radius: 5px;
display: inline-block; display: inline-block;
z-index: -1;
} }
.imgHidden { .imgHidden {
border: none; 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