Commit 4da9285c authored by 皮倩雯's avatar 皮倩雯

fix: '权限组件优化'

parent 97674bd1
Pipeline #56932 waiting for manual action with stages
This diff is collapsed.
......@@ -22,9 +22,9 @@
color: #00070d;
}
.tabContent {
height: 550px;
height: 590px;
.ant-tabs-content-holder {
height: 480px;
height: 523px;
}
}
.searchInput {
......@@ -139,7 +139,7 @@
}
}
.selectBox {
height: 490px;
height: 528px;
padding: 10px;
overflow-y: scroll;
.selectContent {
......@@ -156,4 +156,8 @@
.ant-empty-normal {
margin: auto;
}
.ant-divider-horizontal {
margin-top: 0px;
margin-bottom: 10px;
}
}
......@@ -273,7 +273,7 @@ const AddModal = props => {
];
return (
<Modal
title={type === 'add' ? '新增集成网站' : '编辑集成网站'}
title={type === 'add' ? '新增网站' : '编辑网站'}
style={{ top: '150px' }}
width="700px"
destroyOnClose
......
......@@ -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"
......
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