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

View File

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