fixed table

This commit is contained in:
2024-05-22 13:42:52 +03:00
parent 946ad5c31f
commit 43ab114e1a
3 changed files with 14 additions and 4 deletions

View File

@@ -82,9 +82,15 @@ table{
word-break: break-all; word-break: break-all;
border-collapse: separate!important; border-collapse: separate!important;
} }
td{
.table td{
font-size: 14px;
padding: 0; padding: 0;
max-width: 10rem;
word-break: break-all;
border-collapse: separate!important;
} }
.aud{ .aud{
width: 110px; width: 110px;
} }
@@ -94,8 +100,9 @@ td{
} }
.rasp{ .rasp{
max-width: 200px; width: 200px;
word-break: break-word; word-break: break-word;
white-space: nowrap;
} }
#modal_matcenn{ #modal_matcenn{
@@ -108,7 +115,10 @@ td{
} }
.datatable th:nth-child(7) {
width: 200px;
}

View File

@@ -10,7 +10,7 @@ function clearTable() {
function getAllData() { function getAllData() {
console.log('12321321')
clearTable(); clearTable();
let tableBody = document.getElementById('alldatatable').getElementsByTagName("tbody")[0]; let tableBody = document.getElementById('alldatatable').getElementsByTagName("tbody")[0];

View File

@@ -137,7 +137,7 @@
<tr> <tr>
</tr> </tr>
</table> </table>
</div> </div>