Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
flowable-engine-fontend
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
王万里
flowable-engine-fontend
Commits
2ac2bf29
Commit
2ac2bf29
authored
Apr 26, 2021
by
王万里
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add: 修改编辑器杨思
parent
0979fb13
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
4 deletions
+9
-4
style.css
editor-app/css/style.css
+6
-0
editor.html
editor-app/editor.html
+1
-1
web4UrlConfig.js
web4UrlConfig.js
+2
-3
No files found.
editor-app/css/style.css
View file @
2ac2bf29
...
...
@@ -1167,6 +1167,11 @@ hot-table .column-header.label {
padding-left
:
2px
;
}
.full-conwrapper
{
display
:
flex
;
justify-content
:
space-between
;
}
/** collapse stencils **/
#paletteSectionFooter
{
/* height: 50px;
...
...
@@ -1228,6 +1233,7 @@ hot-table .column-header.label {
/* padding-left: 300px; */
transition
:
0.3s
padding-left
;
display
:
flex
;
padding-right
:
20px
;
}
.contentCanvasWrapper
{
width
:
400px
;
...
...
editor-app/editor.html
View file @
2ac2bf29
...
...
@@ -26,7 +26,7 @@
</div> -->
</div>
<div
class=
"full"
>
<div
class=
"row row-no-gutter"
>
<div
class=
"row row-no-gutter
full-conwrapper
"
>
<div
id=
"paletteHelpWrapper"
class=
"col-xs-3"
>
<div
class=
"stencils"
id=
"paletteSection"
>
<div
ng-if=
"stencilItemGroups.length > 1"
>
...
...
web4UrlConfig.js
View file @
2ac2bf29
// 测试环境
// const API_ADDRESS = "http://localhost:80
89
/Cityinterface/rest/services/PandaWorkflow.svc"
// const API_ADDRESS = "http://localhost:80
55
/Cityinterface/rest/services/PandaWorkflow.svc"
// 切换线上环境
const
API_ADDRESS
=
"http://192.168.19.105:8055/Cityinterface/rest/services/PandaWorkflow.svc"
window
.
API_ADDRESS
=
API_ADDRESS
\ No newline at end of file
window
.
API_ADDRESS
=
API_ADDRESS
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