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
beaf4f80
Commit
beaf4f80
authored
2 years ago
by
涂伟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: '1.流程中心,流程名称强化,编辑弱化2.流程分类的切换,要强化3.表单设计器,卡顿解决'
parent
601b09e9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
5 deletions
+11
-5
WorkflowHomePage.less
...es/bsmanager/workOrder/workflowEdit/WorkflowHomePage.less
+9
-3
config.js
src/routes/config.js
+2
-2
No files found.
src/pages/bsmanager/workOrder/workflowEdit/WorkflowHomePage.less
View file @
beaf4f80
...
...
@@ -48,7 +48,9 @@
}
.activeTab {
color: #3D78FF;
// color: #3D78FF;
color: white;
background: #3D78FF;
}
}
...
...
@@ -233,13 +235,13 @@
white-space: nowrap;
padding-left: 5px;
box-sizing: border-box;
font-size: 16px;
}
.editBtn {
font-size: 1
4
px;
font-size: 1
2
px;
display: flex;
margin-left: 46px;
width: 67px;
...
...
@@ -248,6 +250,10 @@
align-items: center;
color: #fff;
cursor: pointer;
>span {
margin-right: 2px;
}
}
}
...
...
This diff is collapsed.
Click to expand it.
src/routes/config.js
View file @
beaf4f80
...
...
@@ -47,7 +47,7 @@ import asyncComponent from './importComponent';
// import BaseFrameContainer from '@/pages/platformCenter/baseFrameContainer';
// import IntegratedLogin from '@/pages/platformCenter/integratedLogin/integrate';
// 业务中心
//
import TableManager from '@/pages/bsmanager/base/tablemanager';
import
TableManager
from
'@/pages/bsmanager/base/tablemanager'
;
// import FiledConfig from '@/pages/bsmanager/base/tablemanager/filedConfig/filedConfig';
// import StandingBook from '@/pages/bsmanager/base/standingBook/standingBook';
// import Incident from '@/pages/bsmanager/workOrder/incident/incident';
...
...
@@ -132,7 +132,7 @@ const IntegratedLogin = asyncComponent(() =>
import
(
'@/pages/platformCenter/integratedLogin/integrate'
),
);
// 业务中心
const
TableManager
=
asyncComponent
(()
=>
import
(
'@/pages/bsmanager/base/tablemanager'
));
//
const TableManager = asyncComponent(() => import('@/pages/bsmanager/base/tablemanager'));
const
FiledConfig
=
asyncComponent
(()
=>
import
(
'@/pages/bsmanager/base/tablemanager/filedConfig/filedConfig'
),
);
...
...
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