This commit is contained in:
gyq
2024-07-12 16:36:28 +08:00
parent bb554a28d2
commit 8c1e1d3fbc
12 changed files with 304 additions and 342 deletions

View File

@@ -9,24 +9,25 @@
html,
body {
width: 100%;
height: 100%;
width: 100vw;
height: 100vh;
}
body {
padding: 2mm;
padding: 10px;
}
#app {
width: 100%;
height: 100%;
overflow: hidden;
}
.print_view {
position: relative;
width: 100%;
height: 100%;
overflow: hidden;
padding-left: 12px;
}
.print_view .ewm {
width: 50px;
@@ -59,12 +60,12 @@ body {
align-items: flex-end;
}
.print_view .number_wrap .num {
font-size: 18px;
font-size: 14px;
font-weight: bold;
}
.print_view .number_wrap .info {
margin-left: 12px;
padding-bottom: 4px;
margin-left: 10px;
padding-bottom: 2px;
}
.print_view .time {
font-weight: bold;

View File

@@ -7,21 +7,22 @@
}
html,
body {
width: 100%;
height: 100%;
width: 100vw;
height: 100vh;
}
body {
padding: 2mm;
padding: 10px;
}
#app{
#app {
width: 100%;
height: 100%;
overflow: hidden;
}
.print_view {
position: relative;
width: 100%;
height: 100%;
overflow: hidden;
padding-left: 12px;
.ewm {
$size: 50px;
width: $size;
@@ -46,12 +47,12 @@ body {
display: flex;
align-items: flex-end;
.num {
font-size: 18px;
font-size: 14px;
font-weight: bold;
}
.info {
margin-left: 12px;
padding-bottom: 4px;
margin-left: 10px;
padding-bottom: 2px;
}
}
.time {