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
4da9285c
Commit
4da9285c
authored
Aug 04, 2022
by
皮倩雯
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: '权限组件优化'
parent
97674bd1
Pipeline
#56932
waiting for manual action with stages
Changes
4
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
11 deletions
+11
-11
index.jsx
src/components/RolePmSite/index.jsx
+0
-0
index.less
src/components/RolePmSite/index.less
+7
-3
AddModal.jsx
src/pages/platformCenter/integratedLogin/AddModal.jsx
+1
-1
Integrate.jsx
src/pages/platformCenter/integratedLogin/Integrate.jsx
+3
-7
No files found.
src/components/RolePmSite/index.jsx
View file @
4da9285c
This diff is collapsed.
Click to expand it.
src/components/RolePmSite/index.less
View file @
4da9285c
...
...
@@ -22,9 +22,9 @@
color: #00070d;
}
.tabContent {
height: 5
5
0px;
height: 5
9
0px;
.ant-tabs-content-holder {
height:
480
px;
height:
523
px;
}
}
.searchInput {
...
...
@@ -139,7 +139,7 @@
}
}
.selectBox {
height:
490
px;
height:
528
px;
padding: 10px;
overflow-y: scroll;
.selectContent {
...
...
@@ -156,4 +156,8 @@
.ant-empty-normal {
margin: auto;
}
.ant-divider-horizontal {
margin-top: 0px;
margin-bottom: 10px;
}
}
src/pages/platformCenter/integratedLogin/AddModal.jsx
View file @
4da9285c
...
...
@@ -273,7 +273,7 @@ const AddModal = props => {
];
return
(
<
Modal
title=
{
type
===
'add'
?
'新增
集成网站'
:
'编辑集成
网站'
}
title=
{
type
===
'add'
?
'新增
网站'
:
'编辑
网站'
}
style=
{
{
top
:
'150px'
}
}
width=
"700px"
destroyOnClose
...
...
src/pages/platformCenter/integratedLogin/Integrate.jsx
View file @
4da9285c
...
...
@@ -364,14 +364,10 @@ const Integrate = () => {
</
Button
>
</
div
>
<
div
>
<
a
target=
"_blank"
style=
{
{
marginRight
:
'20px'
}
}
href=
{
path
.
join
(
__dirname
,
'/civ_logicenter'
)
}
>
集成登录平台
<
a
target=
"_blank"
style=
{
{
marginRight
:
'20px'
}
}
href=
{
path
.
join
(
__dirname
,
'/center'
)
}
>
访问平台
</
a
>
<
Tooltip
title=
"点击查看
说明
文档"
>
<
Tooltip
title=
"点击查看
对接
文档"
>
<
a
style=
{
{
display
:
'inline-block'
,
marginTop
:
'5px'
,
marginRight
:
'20px'
}
}
target=
"_blank"
...
...
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