样式调整

This commit is contained in:
BinBin Song 2025-07-25 14:10:09 +08:00
parent a2af653e46
commit 6ff3db5446

View File

@ -287,6 +287,7 @@ function doPrint() {
display: flex;
flex-wrap: wrap;
align-items: center;
padding-left:8px
}
@ -352,6 +353,7 @@ function doPrint() {
border: 2px solid #000 !important;
width: 98% !important; /* 稍微减小宽度,避免右边框被裁剪 */
margin: 0 auto;
margin-top:10px
}
.print-table th, .print-table td {
border: 1px solid #000 !important;
@ -499,7 +501,7 @@ const getList = async () => {
word-wrap: break-word !important;
word-break: break-all !important;
overflow-wrap: break-word !important;
text-align: left;
text-align: center;
padding: 4px 2px;
}