样式修改

This commit is contained in:
cwchen 2024-09-10 10:47:24 +08:00
parent c6f0d63715
commit 90a97c813b
2 changed files with 2 additions and 2 deletions

View File

@ -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>' +

View File

@ -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>