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
cc82a60f
Commit
cc82a60f
authored
Dec 07, 2020
by
Maofei94
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: fix bug
parent
4c1e494d
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
28 additions
and
21 deletions
+28
-21
itemCard.less
src/components/CheckGroup/itemCard.less
+3
-0
CurrentSolution.jsx
src/pages/database/CurrentSolution.jsx
+21
-18
CurrentSolution.less
src/pages/database/CurrentSolution.less
+3
-2
RoleManage.jsx
src/pages/userCenter/roleManage/RoleManage.jsx
+1
-1
No files found.
src/components/CheckGroup/itemCard.less
View file @
cc82a60f
...
...
@@ -49,10 +49,12 @@
.btnBox{
position: sticky;
bottom: 0px;
right: 0px;
background-color: #fff;
width: 100%;
height: 80px;
padding: 0 20px;
display: flex;
justify-content: flex-end;
align-items: center;
}
\ No newline at end of file
src/pages/database/CurrentSolution.jsx
View file @
cc82a60f
...
...
@@ -93,25 +93,28 @@ const CurrentSolution = () => {
</
Button
>
</
div
>
</
Spin
>
<
div
className=
{
styles
.
textBox
}
>
<
p
>
<
strong
>
友情提示:
</
strong
>
</
p
>
<
p
>
熊猫智慧水务应用解决方案的管理,集成了数据库管理、用户权限管理、基础平台管理、应用中心管理、系统日志管理等核心模块;
</
p
>
<
p
>
主要为客户项目经理在实施应用部署的过程中提供可视化配置系统,一站式交付用户需求的熊猫智慧水务相关产品;数据库支持SQL
Server、Oracle、MongoDB、MySQL四大类常见数据库;
</
p
>
<
p
>
平台中心涵盖GIS平台、物联网平台、业务平台、消息平台等基础平台,2021年会推出数字孪生平台、数据治理平台、AI平台等进阶平台;
</
p
>
<
p
>
应用中心主要把客户应用按端分离,分为PCWeb端、无线App端、微信小程序端,结合应用界面与菜单权限配置完成;
</
p
>
<
p
>
用户中心负责管理用户与平台的关系、用户与端的关系、用户与功能菜单的关系、用户与设备的关系。
</
p
>
</
div
>
</
Card
>
<
div
className=
{
styles
.
textBox
}
>
<
p
>
<
strong
>
友情提示:
</
strong
>
</
p
>
<
p
>
熊猫智慧水务应用解决方案的管理,集成了数据库管理、用户权限管理、基础平台管理、应用中心管理、系统日志管理等核心模块;
</
p
>
<
p
>
主要为客户项目经理在实施应用部署的过程中提供可视化配置系统,一站式交付用户需求的熊猫智慧水务相关产品;数据库支持SQL
Server、Oracle、MongoDB、MySQL四大类常见数据库;
</
p
>
<
p
>
平台中心涵盖GIS平台、物联网平台、业务平台、消息平台等基础平台,2021年会推出数字孪生平台、数据治理平台、AI平台等进阶平台;应用中心主要把客户应用按端分离,分为PCWeb端、无线App端、微信小程序端,结合应用界面与菜单权限配置完成;
</
p
>
<
p
>
用户中心负责管理用户与平台的关系、用户与端的关系、用户与功能菜单的关系、用户与设备的关系。
</
p
>
</
div
>
</
PageContainer
>
);
};
...
...
src/pages/database/CurrentSolution.less
View file @
cc82a60f
...
...
@@ -3,7 +3,8 @@
align-items: center;
}
.cardbox{
min-height: 100px;
// min-height: 100px;
min-height: calc(100vh - 72px);
}
.btnBox{
margin-top: 40px;
...
...
@@ -15,7 +16,7 @@
text-align: center;
}
.textBox{
margin-left: 20px;
//
margin-left: 20px;
margin-top: 20px;
p{
margin: 5px;
...
...
src/pages/userCenter/roleManage/RoleManage.jsx
View file @
cc82a60f
...
...
@@ -38,7 +38,7 @@ import DelModal from './DelModal';
import
EditModal
from
'./EditModal'
;
import
EditGroup
from
'./EditGroup'
;
import
userStyles
from
'../UserManage.less'
;
import
'@/assets/font/omsfont/
/
iconfont.css'
;
import
'@/assets/font/omsfont/iconfont.css'
;
const
{
Search
}
=
Input
;
const
placeholder
=
'请输入功能名称'
;
...
...
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