qinzhipeng_v 5 년 전
부모
커밋
97c24678a0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/projectManage/projectList/projectViewDetails.vue

+ 1 - 1
src/views/projectManage/projectList/projectViewDetails.vue

@@ -277,7 +277,7 @@
               @selection-change="handleSelectionChange"
             >
               <el-table-column type="selection" width="55" align="center" />
-              <el-table-column label="任务名称" min-width="90" align="center" show-overflow-tooltip>
+              <el-table-column label="任务名称" min-width="100" align="center" show-overflow-tooltip>
                 <template slot-scope="scope"><div style="cursor: pointer;" @click="link_task(scope.row.id)">{{ scope.row.name }}</div></template>
               </el-table-column>
               <el-table-column label="所属需求" min-width="100" align="center" show-overflow-tooltip>