Compare commits

..

No commits in common. "e548ac1986fc1af40c760ea17f7d0149fa5c3ffd" and "f6e86e9ada7075130573e6edbd78d8a6e06d6901" have entirely different histories.

View File

@ -328,7 +328,6 @@ function doPrint() {
width: 100%;
border-collapse: collapse;
margin-top: 10px;
table-layout: fixed;
}
.print-table th, .print-table td {
border: 1px solid #ddd;
@ -450,7 +449,6 @@ const getList = async () => {
border-collapse: collapse;
margin-top: 10px;
border: 1px solid #ccc;
table-layout: fixed;
}
.print-table th,