优化标签小票打印

This commit is contained in:
gyq
2024-06-24 16:43:54 +08:00
parent 408e0e44c4
commit 87627e7b35
13 changed files with 220 additions and 318 deletions

View File

@@ -15,9 +15,11 @@ body {
position: relative;
}
.print_view .ewm {
width: 50px;
height: 50px;
position: absolute;
top: 0;
right: 4px;
right: 0;
z-index: 99;
}
.print_view .header {

View File

@@ -11,9 +11,12 @@ body {
.print_view {
position: relative;
.ewm {
$size: 50px;
width: $size;
height: $size;
position: absolute;
top: 0;
right: 4px;
right: 0;
z-index: 99;
}
.header {