更正前端内容

This commit is contained in:
2026-01-09 15:10:12 +08:00
parent 732646096f
commit 66917cb85a

View File

@@ -197,10 +197,13 @@ export default {
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
background: #ffffff;
} }
img { img {
width: calc(100% - 4mm); /* 稍微缩小一点,避免被打印机物理不可打印区域裁掉边框 */
height: calc(100% - 4mm); width: 94%;
height: auto;
max-height: 94%;
object-fit: contain; object-fit: contain;
display: block; display: block;
page-break-after: avoid; page-break-after: avoid;