样式调整
This commit is contained in:
parent
a2af653e46
commit
6ff3db5446
@ -287,6 +287,7 @@ function doPrint() {
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
padding-left:8px
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -352,6 +353,7 @@ function doPrint() {
|
|||||||
border: 2px solid #000 !important;
|
border: 2px solid #000 !important;
|
||||||
width: 98% !important; /* 稍微减小宽度,避免右边框被裁剪 */
|
width: 98% !important; /* 稍微减小宽度,避免右边框被裁剪 */
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
|
margin-top:10px
|
||||||
}
|
}
|
||||||
.print-table th, .print-table td {
|
.print-table th, .print-table td {
|
||||||
border: 1px solid #000 !important;
|
border: 1px solid #000 !important;
|
||||||
@ -499,7 +501,7 @@ const getList = async () => {
|
|||||||
word-wrap: break-word !important;
|
word-wrap: break-word !important;
|
||||||
word-break: break-all !important;
|
word-break: break-all !important;
|
||||||
overflow-wrap: break-word !important;
|
overflow-wrap: break-word !important;
|
||||||
text-align: left;
|
text-align: center;
|
||||||
padding: 4px 2px;
|
padding: 4px 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user