-
+
@@ -55,6 +58,12 @@ const mode = ref<"text">();
background-color: #666;
}
+hr {
+ border: none;
+ border-top: 2px groove white;
+ margin: 32px -32px;
+}
+
p {
margin-bottom: 1ch;
}
diff --git a/showbits-thermal-printer-ui/src/components/CSegmentCalendar.vue b/showbits-thermal-printer-ui/src/components/CSegmentCalendar.vue
new file mode 100644
index 0000000..4ce8bfc
--- /dev/null
+++ b/showbits-thermal-printer-ui/src/components/CSegmentCalendar.vue
@@ -0,0 +1,85 @@
+
+
+
+
+
+
+