!20 修改lssues的bug

Merge pull request !20 from 周建/master
This commit is contained in:
芋道源码 2023-03-08 15:30:04 +00:00 committed by Gitee
commit 1f2af1fce0
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,6 +1,6 @@
<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>
<!-- 用于打开本地文件-->