fix : 流程图位置更换

This commit is contained in:
2024-06-16 19:34:08 +08:00
parent 7ffb689927
commit d1a8077eea
6 changed files with 23 additions and 14 deletions

View File

@@ -125,8 +125,8 @@
<el-button type="primary" @click="handleAdd" link style="font-size: 18px">添加一行</el-button>
</div>
<div class="approval-record">
<div style="display: flex;align-items: center;margin-bottom: 20px">
<baseTitle title="流程图"></baseTitle>
<div style="display: flex;align-items: center;justify-content: flex-end;">
<div class="base-title">流程图</div>
<el-switch
v-model="changeDiagram"
style="--el-switch-on-color: #13ce66; --el-switch-off-color:#BEA266;margin-left: 10px"