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
04344e81
Commit
04344e81
authored
Feb 14, 2023
by
邓超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修改站点滚动问题
parent
4d51d261
Pipeline
#67432
waiting for manual action with stages
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
incident.jsx
src/pages/bsmanager/workOrder/incident/incident.jsx
+6
-6
SiteManage.jsx
src/pages/userCenter/siteManage/SiteManage.jsx
+2
-2
No files found.
src/pages/bsmanager/workOrder/incident/incident.jsx
View file @
04344e81
...
...
@@ -263,12 +263,6 @@ const incident = () => {
<
Tooltip
title=
"编辑事件类型"
>
<
EditTwoTone
onClick=
{
()
=>
editEventType
(
record
)
}
style=
{
{
fontSize
:
'16px'
}
}
/>
</
Tooltip
>
<
Tooltip
title=
"导出事件"
>
<
ExportOutlined
onClick=
{
()
=>
hadelExport
(
record
)
}
style=
{
{
fontSize
:
'16px'
,
color
:
'#1890FF'
}
}
/>
</
Tooltip
>
<
Tooltip
title=
"受理流程"
>
<
ApartmentOutlined
onClick=
{
()
=>
process1
(
record
)
}
...
...
@@ -281,6 +275,12 @@ const incident = () => {
style=
{
{
fontSize
:
'16px'
,
color
:
'#1890FF'
}
}
/>
</
Tooltip
>
<
Tooltip
title=
"导出事件"
>
<
ExportOutlined
onClick=
{
()
=>
hadelExport
(
record
)
}
style=
{
{
fontSize
:
'16px'
,
color
:
'#1890FF'
}
}
/>
</
Tooltip
>
<
Tooltip
title=
"删除事件类型"
>
<
Popconfirm
placement=
"bottomRight"
...
...
src/pages/userCenter/siteManage/SiteManage.jsx
View file @
04344e81
...
...
@@ -774,7 +774,7 @@ const SiteManageV2 = () => {
{
searchTreeValue
!==
''
?
(
<>
{
treeData
.
length
>
0
&&
(
<
div
style=
{
{
height
:
'
100%
'
,
overflowY
:
'scroll'
}
}
>
<
div
style=
{
{
height
:
'
calc(100% - 74px)
'
,
overflowY
:
'scroll'
}
}
>
<
Tree
showIcon=
"true"
showLine=
{
{
showLeafIcon
:
false
}
}
...
...
@@ -793,7 +793,7 @@ const SiteManageV2 = () => {
)
:
(
<>
{
treeData
.
length
>
0
&&
(
<
div
style=
{
{
height
:
'
100%
'
,
overflowY
:
'scroll'
}
}
>
<
div
style=
{
{
height
:
'
calc(100% - 74px)
'
,
overflowY
:
'scroll'
}
}
>
<
TreeComponents
showIcon=
"true"
showLine=
{
{
showLeafIcon
:
false
}
}
...
...
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