Bladeren bron

备注修改

xs 5 jaren geleden
bovenliggende
commit
3528f5c9b3
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  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>