style(ui): format ProviderCard style attribute

This commit is contained in:
YoVinchen
2026-01-13 18:02:46 +08:00
parent 1b3ee19f62
commit b5fa2f92a3
+5 -1
View File
@@ -301,7 +301,11 @@ export function ProviderCard({
<div
className="relative flex items-center ml-auto min-w-0 gap-3"
style={{ "--actions-width": `${actionsWidth || 320}px` } as React.CSSProperties}
style={
{
"--actions-width": `${actionsWidth || 320}px`,
} as React.CSSProperties
}
>
{/* 用量信息区域 - hover 时向左移动,为操作按钮腾出空间 */}
<div className="ml-auto">