楼主可自行修改样式文件“\portal\dwz\dynaform\document\css\document.css”
找到80行开始的以下代码:
/**当前处理人**/
.processor {
height: 27px;
line-height: 27px;
padding-right: 10px;
text-overflow: ellipsis;
width: 130px;
}
/**流程状态**/
.flowstate {
overflow: hidden;
height: 27px;
line-height: 27px;
padding-right: 10px;
text-overflow: ellipsis;
white-space: nowrap;
width: 130px;
}
把“width: 130px;”这个属性值改大一些。
注意:修改宽度后测试没有效果的话请记得清除浏览器缓存再尝试! |