fix : 流程图/人员与按钮间距

This commit is contained in:
2024-07-04 13:08:00 +08:00
parent 70ffe5c1eb
commit 05585bb980
2 changed files with 3 additions and 3 deletions

View File

@@ -40,7 +40,7 @@
<template #default="scope">
<el-form-item prop="researchPersonnelId">
{{ scope.row.researchPersonnel }}
<el-button @click="showPersonnelPicker(scope.row,scope.$index)">
<el-button color="#DED0B2" @click="showPersonnelPicker(scope.row,scope.$index)" style="margin-left: 10px">
{{ scope.row.researchPersonnel ? '更改' : '请选择研发人员' }}
</el-button>
</el-form-item>
@@ -115,7 +115,7 @@
<baseTitle title="审批记录" v-if="processDiagramViewer&& opentionData?.operationList"></baseTitle>
<div v-else></div>
<div style="display: flex;align-items: center;justify-content: flex-start;">
<div class="base-title" style="margin-left: 10px">流程图</div>
<div class="base-title" style="margin-left: 10px;margin-right: 10px">流程图</div>
<el-switch
v-model="changeDiagram"
style="--el-switch-on-color:#BEA266 ; --el-switch-off-color:#cecdcd"

View File

@@ -10,7 +10,7 @@
<el-col :span="24">
<el-form-item prop="projectChargePerson" label="项目负责人">
{{ tableForm.projectChargePersonName }}
<el-button color="#DED0B2" @click="showPersonnelPicker">
<el-button color="#DED0B2" @click="showPersonnelPicker" style="margin-left: 10px">
{{ tableForm.projectChargePersonName ? '更改' : '请选择项目负责人' }}
</el-button>
</el-form-item>