fixed table
This commit is contained in:
@@ -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;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -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];
|
||||||
|
|||||||
Reference in New Issue
Block a user