enhance(ui): add custom month picker for the shui date picker

This commit is contained in:
charlie
2024-09-03 17:29:26 +08:00
parent 57f9677399
commit 7e50deba24
3 changed files with 48 additions and 2 deletions

View File

@@ -302,6 +302,18 @@ html.is-mobile {
background: var(--lx-gray-08, rgb(212, 212, 212));
}
.ls-months-picker {
@apply grid grid-cols-3;
> .ui__button {
@apply text-xs bg-transparent;
&.current {
@apply bg-secondary;
}
}
}
input[type='range'] {
accent-color: var(--lx-accent-10, var(--rx-blue-10));
}