Browse Source

备注修改

xs 5 years ago
parent
commit
3528f5c9b3

+ 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>