浏览代码

修复任务中心已办过长,看不到打开按钮的问题

unknown 5 年之前
父节点
当前提交
c36598991f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      o2web/source/x_component_process_TaskCenter/TaskCompletedList.js

+ 1 - 1
o2web/source/x_component_process_TaskCenter/TaskCompletedList.js

@@ -326,7 +326,7 @@ MWF.xApplication.process.TaskCenter.TaskCompletedList.Item = new Class({
             //         var log = data.workLogTokenList[work.activityToken];
             //         if (log){
             var html = "<table border=\"0\" width=\"90%\" align=\"center\"><tr>" +
-                "<td>"+work.title+"”"+lp.fileat+""+work.completedTime+""+lp.completed+"</td>" +
+                "<td style=\"white-space: normal;word-break: break-all;word-wrap:break-word;\">"+work.title+"”"+lp.fileat+""+work.completedTime+""+lp.completed+"</td>" +
                 "<td><div id=\""+work.id+"\">打开</div></td>" +
                 "</tr></table>";