Discover: sidebarfilter slider control to chart done.

This commit is contained in:
chiayin
2023-05-15 16:08:00 +08:00
parent bd18b2c41d
commit 0c7765674c
3 changed files with 164 additions and 57 deletions

View File

@@ -49,3 +49,13 @@
.p-inputswitch .p-inputswitch-slider:before {
@apply !w-5 !h-5 !left-0.5
}
/* slider 拉霸 */
.p-slider .p-slider-handle {
@apply !h-3.5 !w-3.5 !border !border-primary
}
.p-slider.p-slider-horizontal .p-slider-handle {
@apply !-my-2
}
.p-slider.p-slider-horizontal {
@apply !h-1
}