fix: Issues #108 done.

This commit is contained in:
chiayin
2023-11-22 13:00:22 +08:00
parent c3d9a3d9e4
commit 081ab794aa
2 changed files with 7 additions and 3 deletions

View File

@@ -26,6 +26,7 @@
.p-sidebar-mask {
height: calc(100vh - 104px) !important;
top: 104px !important;
z-index: 20;
}
.p-sidebar {
@apply !shadow-[1px_0px_4px_rgba(0,0,0,0.25)]
@@ -49,7 +50,7 @@
.p-inputswitch .p-inputswitch-slider:before {
@apply !w-5 !h-5 !left-0.5
}
/* slider 拉霸 */
/* slider 滑塊 */
.p-slider .p-slider-handle {
@apply !h-3.5 !w-3.5 !border !border-primary
}