Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
CivManage
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ReactWeb5
CivManage
Commits
455a9876
Commit
455a9876
authored
Jul 06, 2022
by
皮倩雯
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: '注释Pdf'
parent
8e05c038
Pipeline
#54687
passed with stages
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
Integrate.jsx
src/pages/platformCenter/integratedLogin/Integrate.jsx
+2
-2
integrate.less
src/pages/platformCenter/integratedLogin/integrate.less
+0
-1
No files found.
src/pages/platformCenter/integratedLogin/Integrate.jsx
View file @
455a9876
...
@@ -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
>
);
);
};
};
...
...
src/pages/platformCenter/integratedLogin/integrate.less
View file @
455a9876
...
@@ -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;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment