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
2dc0063d
Commit
2dc0063d
authored
4 years ago
by
陈前坚
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
perf: style
parent
ae661001
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
1 deletion
+9
-1
UserManage.js
src/pages/userCenter/UserManage.js
+1
-1
UserManage.less
src/pages/userCenter/UserManage.less
+6
-0
RoleManage.less
src/pages/userCenter/roleManage/RoleManage.less
+2
-0
No files found.
src/pages/userCenter/UserManage.js
View file @
2dc0063d
...
...
@@ -1335,7 +1335,7 @@ const UserManage = () => {
}}
okText
=
"确认"
cancelText
=
"取消"
width
=
"9
6
0px"
width
=
"9
2
0px"
>
<
Spin
spinning
=
{
loading
}
tip
=
"loading"
>
<
Tabs
defaultActiveKey
=
"1"
style
=
{{
marginTop
:
'-16px'
}}
>
...
...
This diff is collapsed.
Click to expand it.
src/pages/userCenter/UserManage.less
View file @
2dc0063d
...
...
@@ -107,6 +107,7 @@
padding-top: 6px;
.ant-tree-switcher{
line-height: 1;
margin-right: 0px !important;
color:#1890FF;
.ant-tree-switcher-line-icon{
margin-left: 5px;
...
...
@@ -182,4 +183,8 @@
line-height: 1;
color:#1890FF;
}
.ant-checkbox-group .ant-checkbox-group-item {
margin-right: 0px !important;
min-width: 204px !important;
}
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
src/pages/userCenter/roleManage/RoleManage.less
View file @
2dc0063d
...
...
@@ -19,6 +19,7 @@
.ant-tree-iconEle{
display: flex;
align-items: center;
width: 18px;
}
}
}
...
...
@@ -63,6 +64,7 @@
.ant-tree-switcher{
display: flex;
align-items: center;
margin-right: -8px;
// color:#1890FF;
.ant-tree-switcher-line-icon{
// margin-left: 5px;
...
...
This diff is collapsed.
Click to expand it.
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