Commit 9285f380 by gexinzhineng/gxzn27

浏览器缩放会导致保存按钮被下面的bpmnjs图挡住

parent e2895baf
<template>
<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>
<template v-if="!$slots['control-header']">
<ElButtonGroup key="file-control">
......@@ -166,6 +166,7 @@
@click="processSave"
:type="props.headerButtonType"
:disabled="simulationStatus"
/>
</template>
<!-- 用于打开本地文件-->
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment