打印调整
This commit is contained in:
parent
d905d831bd
commit
ce524c02d1
@ -325,6 +325,7 @@ function doPrint() {
|
||||
width: 100%;
|
||||
border-collapse: collapse;
|
||||
margin-top: 10px;
|
||||
table-layout: fixed;
|
||||
}
|
||||
.print-table th, .print-table td {
|
||||
border: 1px solid #ddd;
|
||||
@ -445,6 +446,7 @@ const getList = async () => {
|
||||
border-collapse: collapse;
|
||||
margin-top: 10px;
|
||||
border: 1px solid #ccc;
|
||||
table-layout: fixed;
|
||||
}
|
||||
|
||||
.print-table th,
|
||||
|
Loading…
Reference in New Issue
Block a user