mirror of
https://github.com/fankes/komari-theme-purcarte.git
synced 2025-10-19 20:09:24 +08:00
fix: 修复系统图标圆角遮挡问题和 StatsBar 组件时间
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user