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:
@@ -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>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user