Browse Source

任务上报任务显示修改

duy 1 year ago
parent
commit
037b79774b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/hc-report/hc-report.vue

+ 1 - 1
src/components/hc-report/hc-report.vue

@@ -18,7 +18,7 @@
                 <hc-tasks-user ui="w-full" :project-id="projectId" :contract-id="contractId" :is-show-task-name="false" @change="diyProcessUserChange" />
             </el-form-item>
             <el-form-item v-else label="任务人">
-                <div class="form-item-div">{{ linkUserJoinString }}</div>
+                <div class="form-item-div" style="height: auto;">{{ linkUserJoinString }}</div>
             </el-form-item>
             <el-form-item label="上报批次">
                 <hc-counter v-model="formModel.batch" />