修复白名单页面日期显示问题

This commit is contained in:
2025-11-21 15:35:26 +08:00
parent 532c24b7b0
commit 7391cd0a25
3 changed files with 9 additions and 10 deletions

View File

@@ -205,7 +205,7 @@ export default function IdentifyPage(props: IdentifyPageProps) {
<div className="h-16 w-56 px-4 flex self-center">
<div className={merge(
`w-0 h-full border-x border-primary border-dashed relative`,
`after:absolute after:-left-[3px] after:bottom-0 after:w-[6px] after:h-[6px] after:rounded-full after:bg-primary`,
`after:absolute after:-left-[3px] after:bottom-0 after:w-1.5 after:h-1.5 after:rounded-full after:bg-primary`,
)}>
</div>
</div>
@@ -219,7 +219,7 @@ export default function IdentifyPage(props: IdentifyPageProps) {
<div className="h-16 w-56 px-4 flex self-center">
<div className={merge(
`w-0 h-full border-x border-primary border-dashed relative`,
`after:absolute after:-left-[3px] after:bottom-0 after:w-[6px] after:h-[6px] after:rounded-full after:bg-primary`,
`after:absolute after:-left-[3px] after:bottom-0 after:w-1.5 after:h-1.5 after:rounded-full after:bg-primary`,
)}>
</div>
</div>