【新增】打印组件

This commit is contained in:
yanran200830
2024-10-25 15:31:01 +08:00
parent 4d0cc14001
commit a51a0d49bc
6 changed files with 288 additions and 253 deletions

View File

@@ -356,7 +356,7 @@ table.hiprint-printElement-tableTarget {
width: 100%;
height: 100%;
padding: 10pt 10pt;
border: 1pt solid #000;
border: 2pt solid #000;
}
.temuBarCode-code {
@@ -364,19 +364,19 @@ table.hiprint-printElement-tableTarget {
height: 100%;
}
.temuBarCode-code svg {
width: 100%;
}
.temuBarCode-top,
.temuBarCode-bottom {
display: flex;
align-items: center;
justify-content: space-between;
width: 90%;
width: 93%;
}
.temuBarCode-middle {
width: 80%;
width: 85%;
height: 60%;
}
.temuBarCode-code svg {
width: 100%;
}