fix: 修复系统图标圆角遮挡问题和 StatsBar 组件时间

This commit is contained in:
Montia37
2025-08-31 11:17:45 +08:00
parent b12094d40f
commit 79e5035aa8
3 changed files with 11 additions and 6 deletions

View File

@@ -53,7 +53,7 @@ export const NodeCard = ({ node, enableSwap }: NodeCardProps) => {
<img
src={getOSImage(node.os)}
alt={node.os}
className="w-6 h-6 rounded-full"
className="w-6 h-6 object-contain"
loading="lazy"
/>
<CardTitle className="text-base font-bold">{node.name}</CardTitle>