修复白名单页面日期显示问题
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user