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
1e250241
Commit
1e250241
authored
2 years ago
by
涂伟
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
https://g.civnet.cn:8443/ReactWeb5/maintenance
parents
21e9cd39
bab26dcb
master
dev-database
dev-达梦
No related merge requests found
Pipeline
#67843
passed with stages
Changes
3
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
22 additions
and
6 deletions
+22
-6
BasicLayout.jsx
src/layouts/BasicLayout.jsx
+1
-1
WorkflowHomePage.jsx
...ges/bsmanager/workOrder/workflowEdit/WorkflowHomePage.jsx
+7
-1
WorkflowHomePage.less
...es/bsmanager/workOrder/workflowEdit/WorkflowHomePage.less
+14
-4
No files found.
src/layouts/BasicLayout.jsx
View file @
1e250241
...
...
@@ -85,7 +85,7 @@ const BasicLayout = props => {
return
(
<>
{
sessionStorage
.
getItem
(
'_omsticket'
)
==
'd438aaf9578f405299ae740c4eb75aae'
?
(
<
>
{
renderRoutes
(
props
.
route
.
routes
)
}
</
>
<
Switch
>
{
renderRoutes
(
props
.
route
.
routes
)
}
</
Switch
>
)
:
(
<
ProLayout
logo=
{
()
=>
<
img
src=
{
logo
}
style=
{
{
width
:
'32px'
,
height
:
'32px'
}
}
alt=
""
/>
}
...
...
This diff is collapsed.
Click to expand it.
src/pages/bsmanager/workOrder/workflowEdit/WorkflowHomePage.jsx
View file @
1e250241
...
...
@@ -288,7 +288,13 @@ const WorkflowHomePage = () => {
TweenMax
.
to
(
`.
${
styles
.
flowTable
}
`
,
1
,
{
scrollTo
:
val
.
href
});
};
return
(
<
div
className=
{
styles
.
pageContent
}
>
<
div
className=
{
classnames
(
styles
.
pageContent
,{
[
styles
.
pageOms
]:
sessionStorage
.
getItem
(
'_omsticket'
)
!==
'd438aaf9578f405299ae740c4eb75aae'
,
[
styles
.
pageEmbed
]:
sessionStorage
.
getItem
(
'_omsticket'
)
===
'd438aaf9578f405299ae740c4eb75aae'
,
})
}
>
<
div
className=
{
styles
.
headerBox
}
>
<
div
className=
{
styles
.
left
}
>
<
div
...
...
This diff is collapsed.
Click to expand it.
src/pages/bsmanager/workOrder/workflowEdit/WorkflowHomePage.less
View file @
1e250241
.pageContent {
margin-top: -12px;
margin-left: -12px;
width: calc(100% + 24px);
height: calc(100% + 24px);
background: url("../../../../assets/images/workFlow/index/bg.png") no-repeat;
background-size: 100% 100%;
display: flex;
...
...
@@ -360,3 +357,15 @@
}
}
}
.pageOms {
margin-top: -12px;
margin-left: -12px;
width: calc(100% + 24px);
height: calc(100% + 24px);
}
.pageEmbed {
width: 100%;
height: 100%;
}
\ No newline at end of file
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