Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
phsl
/
admin
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
9285f380
authored
Mar 08, 2023
by
gexinzhineng/gxzn27
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
浏览器缩放会导致保存按钮被下面的bpmnjs图挡住
parent
e2895baf
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
+2
-1
src/components/bpmnProcessDesigner/package/designer/ProcessDesigner.vue
+2
-1
No files found.
src/components/bpmnProcessDesigner/package/designer/ProcessDesigner.vue
View file @
9285f380
<
template
>
<
template
>
<div
class=
"my-process-designer"
>
<div
class=
"my-process-designer"
>
<div
class=
"my-process-designer__header"
>
<div
class=
"my-process-designer__header"
style=
"display: table-row-group; z-index: 999"
>
<slot
name=
"control-header"
></slot>
<slot
name=
"control-header"
></slot>
<template
v-if=
"!$slots['control-header']"
>
<template
v-if=
"!$slots['control-header']"
>
<ElButtonGroup
key=
"file-control"
>
<ElButtonGroup
key=
"file-control"
>
...
@@ -166,6 +166,7 @@
...
@@ -166,6 +166,7 @@
@
click=
"processSave"
@
click=
"processSave"
:type=
"props.headerButtonType"
:type=
"props.headerButtonType"
:disabled=
"simulationStatus"
:disabled=
"simulationStatus"
/>
/>
</template>
</template>
<!-- 用于打开本地文件-->
<!-- 用于打开本地文件-->
...
...
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