enhance: delete btn for the date property picker

This commit is contained in:
charlie
2024-09-11 15:34:06 +08:00
parent 5ff2544cf2
commit d55b07b0ba
3 changed files with 7 additions and 5 deletions

View File

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