|
@@ -171,7 +171,7 @@ function initExcelData(excelList, tableId, isEdit,isType) {
|
|
html += '<tr>';
|
|
html += '<tr>';
|
|
var excelChildList = excelList[i];
|
|
var excelChildList = excelList[i];
|
|
for (var j = 0; j < excelChildList.length; j ++) {
|
|
for (var j = 0; j < excelChildList.length; j ++) {
|
|
- html += tdHtml + '<div style = "width : 100px;height: 20px;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;">' + (isEmpty(excelChildList[j])?"":excelChildList[j]) + '</div></td>';
|
|
|
|
|
|
+ html += tdHtml + '<div style = "width : auto;height: 20px;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;">' + (isEmpty(excelChildList[j])?"":excelChildList[j]) + '</div></td>';
|
|
}
|
|
}
|
|
html += '</tr>';
|
|
html += '</tr>';
|
|
}
|
|
}
|