We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e2895ba + 9285f38 commit 1f2af1fCopy full SHA for 1f2af1f
src/components/bpmnProcessDesigner/package/designer/ProcessDesigner.vue
@@ -1,6 +1,6 @@
1
<template>
2
<div class="my-process-designer">
3
- <div class="my-process-designer__header">
+ <div class="my-process-designer__header" style="display: table-row-group; z-index: 999">
4
<slot name="control-header"></slot>
5
<template v-if="!$slots['control-header']">
6
<ElButtonGroup key="file-control">
@@ -166,6 +166,7 @@
166
@click="processSave"
167
:type="props.headerButtonType"
168
:disabled="simulationStatus"
169
+
170
/>
171
</template>
172
<!-- 用于打开本地文件-->
0 commit comments