fix: adjust border raduis

This commit is contained in:
jialin
2026-04-08 18:54:06 +08:00
committed by jialin
parent 53cd8ba00c
commit c73609d155
64 changed files with 473 additions and 164 deletions
@@ -25,7 +25,7 @@ const ActiveTable = () => {
render: (text: any, record: any) => {
return (
<AutoTooltip ghost>
<span>
<span className="text-primary">
{record.provider_name ? `${record.provider_name}/${text}` : text}
</span>
</AutoTooltip>
@@ -114,7 +114,7 @@ const UsageInner: FC<{ maxWidth: number }> = ({ maxWidth }) => {
</Col>
<Col xs={24} sm={24} md={24} lg={24} xl={8} style={{ margin: 0 }}>
<div
style={{ margin: maxWidth < breakpoints.xl ? '26px 0' : '32px 0' }}
style={{ margin: maxWidth < breakpoints.xl ? '26px 0' : '29px 0' }}
>
<div className={FilterBarCss.usageTitleText}>
{intl.formatMessage({ id: 'dashboard.topusers' })}