双面打印

This commit is contained in:
xianyi
2025-12-08 14:48:38 +08:00
parent 0b6fdcf95f
commit 2ba570a504
4 changed files with 67 additions and 4 deletions

View File

@@ -348,4 +348,35 @@
.ui8-printer-error {
font-size: 22px;
color: #b12651;
}
.ui8-duplex-option {
margin-top: 15px;
display: flex;
justify-content: flex-end;
align-items: center;
}
.ui8-duplex-label {
display: flex;
align-items: center;
cursor: pointer;
user-select: none;
border: none;
background-color: inherit;
}
.ui8-duplex-checkbox {
width: 16px;
height: 16px;
cursor: pointer;
accent-color: rgba(0, 45, 93, 0);
border: none;
background-color: inherit;
}
.ui8-duplex-text {
font-size: 20px;
font-family: NotoSansCJKsc-Regular;
color: rgba(0, 45, 93, 0);
}