fix: align mobile usage log cost badge (#5161)

Merge pull request #5161 from yyhhyyyyyy/fix/mobile-usage-log-cost-alignment
This commit is contained in:
同語
2026-06-06 23:19:07 +08:00
committed by GitHub
@@ -189,11 +189,11 @@ function CommonLogsCard<TData>({
return ( return (
<div className='space-y-2.5'> <div className='space-y-2.5'>
<div className='flex min-w-0 items-start justify-between gap-3'> <div className='flex min-w-0 items-center justify-between gap-3'>
<CompactCell cell={modelCell} className='flex-1' /> <CompactCell cell={modelCell} className='flex-1' />
<CompactCell <CompactCell
cell={quotaCell} cell={quotaCell}
className='shrink-0 text-right [&_span]:!h-6 [&_span]:!px-2 [&_span]:!text-sm [&_span]:!leading-none' className='shrink-0 text-right [&_.flex-col]:items-end'
/> />
</div> </div>