更正前端内容
This commit is contained in:
@@ -197,10 +197,13 @@ export default {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
background: #ffffff;
|
||||
}
|
||||
img {
|
||||
width: calc(100% - 4mm);
|
||||
height: calc(100% - 4mm);
|
||||
/* 稍微缩小一点,避免被打印机物理不可打印区域裁掉边框 */
|
||||
width: 94%;
|
||||
height: auto;
|
||||
max-height: 94%;
|
||||
object-fit: contain;
|
||||
display: block;
|
||||
page-break-after: avoid;
|
||||
|
||||
Reference in New Issue
Block a user