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
@@ -237,7 +237,9 @@ const ResolvedPathColumn = (props: { record: ListItem }) => {
<TooltipTitle path={record.resolved_paths?.[0]}></TooltipTitle>
}
>
<span>{getResolvedPath(record.resolved_paths)}</span>
<span className="text-primary">
{getResolvedPath(record.resolved_paths)}
</span>
</AutoTooltip>
</TextWrapper>
<RenderParts record={record}></RenderParts>
@@ -273,7 +275,11 @@ const useFilesColumns = (props: {
const modelInfo = getModelInfo(record);
const { source } = modelInfo;
return (
<TextWrapper style={{ paddingRight: 8 }}>
<TextWrapper
style={{
paddingRight: 8
}}
>
<AutoTooltip ghost title={source}>
{source}
</AutoTooltip>