fix: details layout

This commit is contained in:
jialin
2026-01-30 18:48:55 +08:00
parent 5747cae87a
commit d173e2d49b
14 changed files with 103 additions and 33 deletions
@@ -85,7 +85,7 @@ const PercentileResult: React.FC = () => {
title: 'Percentile',
dataIndex: 'percentile',
render: (value: string) => (
<span style={{ fontWeight: 500 }}>{value}</span>
<span style={{ fontWeight: 400 }}>{value}</span>
)
},
...columns
@@ -100,6 +100,7 @@ const PercentileResult: React.FC = () => {
},
cell: {
fontWeight: 400,
height: 40,
borderBottom: '1px solid var(--ant-color-split)'
}
},