Compare commits

..

2 Commits

Author SHA1 Message Date
BinBin Song
e548ac1986 Merge branch 'main' of http://120.48.141.82:3000/licq/heli-mes 2025-07-25 08:58:52 +08:00
BinBin Song
ce524c02d1 打印调整 2025-07-25 08:58:46 +08:00

View File

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