enhance: move repeat settings to the right of datepicker

This commit is contained in:
Tienson Qin
2024-12-20 20:59:28 +08:00
parent 972de7ae00
commit b194891cd8
3 changed files with 7 additions and 7 deletions

View File

@@ -388,7 +388,7 @@ div[data-radix-popper-content-wrapper] {
}
.del-date-btn {
@apply absolute right-[13px] top-[21px] px-1 opacity-70 hover:opacity-100
@apply absolute right-[4px] top-[17px] px-1 opacity-70 hover:opacity-100
active:opacity-80 hover:text-red-rx-09 rounded-md !h-6 !w-6;
}