mirror of
https://github.com/woodchen-ink/nezha-dash-v1.git
synced 2025-07-18 09:31:55 +08:00
feat: 添加部分节点语义化class
This commit is contained in:
parent
15f6460b09
commit
3f7eeeca84
@ -4,7 +4,7 @@ import * as React from "react"
|
||||
const Card = React.forwardRef<HTMLDivElement, React.HTMLAttributes<HTMLDivElement>>(({ className, ...props }, ref) => (
|
||||
<div
|
||||
ref={ref}
|
||||
className={cn("rounded-lg border bg-card text-card-foreground shadow-lg shadow-neutral-200/40 dark:shadow-none", className)}
|
||||
className={cn("rounded-lg border bg-card text-card-foreground shadow-lg shadow-neutral-200/40 dark:shadow-none server-network-info", className)}
|
||||
{...props}
|
||||
/>
|
||||
))
|
||||
|
Loading…
x
Reference in New Issue
Block a user