更正前端内容
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user