样式修改
This commit is contained in:
parent
c6f0d63715
commit
90a97c813b
|
|
@ -118,7 +118,7 @@ function setTableData(obj) {
|
|||
$.each(list, function (index, item) {
|
||||
html += '<tr>' +
|
||||
'<td colspan="2">' + (index + 1) + '</td>' +
|
||||
'<td>' + item.devCode + '</td>' +
|
||||
'<td style="word-break: break-all;">' + item.devCode + '</td>' +
|
||||
'<td>' + item.manufacturer + '</td>' +
|
||||
'<td>' + item.manufactureDate + '</td>' +
|
||||
'<td>' + item.devModule + '</td>' +
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@
|
|||
<colgroup style="overflow: auto">
|
||||
<col class="w-60" width="60"></col>
|
||||
<col class="w-60" width="60"></col>
|
||||
<col class="w-90" width="90"></col>
|
||||
<col class="w-100" width="100"></col>
|
||||
<col class="w-120" width="120"></col>
|
||||
<col class="w-120" width="120"></col>
|
||||
<col class="w-80" width="80"></col>
|
||||
|
|
|
|||
Loading…
Reference in New Issue