release/2.19.1.2501.01

This commit is contained in:
lys 2025-08-04 16:29:06 +08:00
parent 2b39980ed0
commit 5f80e9e6b3
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ class Index extends Component {
if (o.dataIndex === "username") {
return { ...o, width: 150, fixed: "left" };
}
return { ...o, width: 150 };
return { ...o, width: 150, render: (v) => (<span title={v}>{v}</span>) };
}), {
dataIndex: "options", title: getLabel(30585, "操作"),
width: 120, render: (_, record) => (