瀏覽代碼

备注修改

xs 5 年之前
父節點
當前提交
3528f5c9b3
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/webapp/webpage/modules/bpm/task/history/taskHistoricFlow.jsp

+ 1 - 1
src/main/webapp/webpage/modules/bpm/task/history/taskHistoricFlow.jsp

@@ -8,7 +8,7 @@
 			<td>${act.assigneeName}</td>
 			<td><fmt:formatDate value="${act.histIns.startTime}" type="both"/></td>
 			<td><fmt:formatDate value="${act.histIns.endTime}" type="both"/></td>
-			<td style="word-wrap:break-word;word-break:break-all;">${act.comment}</td>
+			<td id="1" style="word-wrap:break-word;word-break:break-all;width: 200px">${act.comment}</td>
 			<td>${act.durationTime}</td>
 		</tr>
 	</c:forEach>