优化标签小票打印

This commit is contained in:
gyq
2024-06-26 14:01:12 +08:00
parent 87627e7b35
commit f3dfd4a121
9 changed files with 203 additions and 423 deletions

View File

@@ -7,12 +7,26 @@
color: #000;
}
html,
body {
width: 100%;
height: 100%;
}
body {
padding: 2mm;
}
#app {
width: 100%;
height: 100%;
}
.print_view {
position: relative;
width: 100%;
height: 100%;
overflow: hidden;
}
.print_view .ewm {
width: 50px;

View File

@@ -5,11 +5,23 @@
font-size: 12px;
color: #000;
}
html,
body {
width: 100%;
height: 100%;
}
body {
padding: 2mm;
}
#app{
width: 100%;
height: 100%;
}
.print_view {
position: relative;
width: 100%;
height: 100%;
overflow: hidden;
.ewm {
$size: 50px;
width: $size;