fix(components): [DatePickerPanel] button offset when using unocss (#22449)

* fix: button

* fix: add padding
This commit is contained in:
一只前端汪
2025-10-15 18:26:01 +08:00
committed by GitHub
parent b45e094ce3
commit a77a91788f

View File

@@ -87,7 +87,8 @@
background: transparent;
cursor: pointer;
outline: none;
margin-top: 8px;
line-height: 1;
padding: 1px 6px;
&:hover {
color: getCssVar('datepicker-hover-text-color');