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
c3de86d0
Commit
c3de86d0
authored
1 year ago
by
皮倩雯
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: '优化机构管理站点管理树样式一致'
parent
a460cb17
Pipeline
#67156
waiting for manual action with stages
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
10 deletions
+11
-10
SiteManage.jsx
src/pages/userCenter/siteManage/SiteManage.jsx
+7
-6
UserManage.jsx
src/pages/userCenter/userManage/UserManage.jsx
+4
-4
No files found.
src/pages/userCenter/siteManage/SiteManage.jsx
View file @
c3de86d0
...
...
@@ -25,7 +25,7 @@ import {
DeleteOutlined
,
DoubleLeftOutlined
,
DoubleRightOutlined
,
Plus
Outlin
ed
,
Plus
SquareFill
ed
,
ApartmentOutlined
,
CaretUpOutlined
,
CaretDownOutlined
,
...
...
@@ -749,18 +749,19 @@ const SiteManageV2 = () => {
[
styles
.
orgContainerHide
]:
!
treeVisible
,
})
}
>
<
span
style=
{
{
margin
:
'0 190px 0 10px'
}
}
>
站点列表
</
span
>
<
span
style=
{
{
margin
:
'0 187px 0 7px'
,
fontSize
:
'15px '
,
fontWeight
:
'bold'
}
}
>
站点列表
</
span
>
<
Tooltip
title=
"添加顶级站点"
>
<
Plus
Outlin
ed
<
Plus
SquareFill
ed
onClick=
{
()
=>
addTopStation
()
}
style=
{
{
color
:
'#1890FF'
,
fontSize
:
'18px'
,
verticalAlign
:
'0.04em'
,
fontSize
:
'25px'
,
}
}
/>
</
Tooltip
>
<
hr
style=
{
{
width
:
'9
5%'
,
color
:
'#eeecec'
,
marginLeft
:
'15
px'
}
}
/>
<
hr
style=
{
{
width
:
'9
7%'
,
color
:
'#eeecec'
,
marginLeft
:
'8
px'
}
}
/>
<
Search
style=
{
{
marginBottom
:
8
,
...
...
This diff is collapsed.
Click to expand it.
src/pages/userCenter/userManage/UserManage.jsx
View file @
c3de86d0
...
...
@@ -1621,7 +1621,7 @@ const UserManage = () => {
style=
{
{
fontSize
:
'15px '
,
fontWeight
:
'bold'
,
marginLeft
:
'
15
px'
,
marginLeft
:
'
7
px'
,
}
}
>
机构列表
...
...
@@ -1632,13 +1632,13 @@ const UserManage = () => {
style=
{
{
color
:
'#1890FF'
,
fontSize
:
'25px'
,
verticalAlign
:
'middle
'
,
marginLeft
:
'6
4
%'
,
marginTop
:
'4px
'
,
marginLeft
:
'6
7
%'
,
}
}
/>
</
Tooltip
>
</
div
>
<
hr
style=
{
{
width
:
'9
5%'
,
color
:
'#eeecec'
,
marginLeft
:
'15
px'
}
}
/>
<
hr
style=
{
{
width
:
'9
7%'
,
color
:
'#eeecec'
,
marginLeft
:
'8
px'
}
}
/>
<
Search
style=
{
{
marginBottom
:
8
,
...
...
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