Commit 16dd7237 by 同語 Committed by GitHub

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

Merge pull request #5161 from yyhhyyyyyy/fix/mobile-usage-log-cost-alignment
parents 19153448 e2dbd02c
...@@ -189,11 +189,11 @@ function CommonLogsCard<TData>({ ...@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment