src/components/do/a7-method-verification/formDIa.vue
@@ -216,7 +216,7 @@ <p>参加确认人签名:</p> </td> <td colspan="5"> <el-select v-model="form.confirmUser" multiple placeholder="请选择" size="small" style="width: 100%"> <el-select v-model="form.confirmUser" multiple placeholder="请选择" size="small" style="width: 100%" :multiple-limit="5"> <el-option v-for="item in userList" :key="item.id" :label="item.name" :value="item.id"></el-option> </el-select> </td> @@ -443,7 +443,7 @@ margin-top: 2vh !important; } >>>.el-dialog__body { max-height: 720px; max-height: 75vh; overflow-y: auto; } .tables {