流程阅览字间距调整

This commit is contained in:
zhal 2022-07-22 10:17:55 +08:00
parent 4fc974cf75
commit 4c62da1dd3

View File

@ -1455,13 +1455,13 @@ function initProcessDesc() {
console.log(processDesc)
var length = Object.keys(processDesc).length;
var t = '';
var wid='74%';
var wid='60%';
for(var i = 1; i <= length; i++) {
var obj = processDesc[i];
t += '<tr><td>';
t += '<div class="tableContent">' + "【"+obj.name +"】"+ '</div>';
if(obj.name.length >=5){
wid='72%';
wid='60%';
}
var value = obj.value;
if (value == undefined) {