calendar display type supports Gregorian with Chinese

This commit is contained in:
MaysWind
2025-09-06 01:06:31 +08:00
parent e15a5617e6
commit 8368b02be8
45 changed files with 38451 additions and 43 deletions
+4
View File
@@ -270,6 +270,10 @@ html[dir="rtl"] i.icon.icon-with-direction {
transform: scaleX(-1);
}
.datetime-picker-alternate-date {
font-size: var(--ebk-datetime-picker-alternate-date-font-size);
}
/** Replacing the default style of @vuepic/vue-datepicker **/
.dp__theme_light {
--dp-primary-color: #c67e48;