feature/2.15.1.2407.01-导入工具

This commit is contained in:
黎永顺 2024-08-19 16:39:14 +08:00
parent d31ae5a030
commit b7e29df781
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ class MoveInResult extends Component {
columns={[
{ title: getLabel(111, "导入信息"), dataIndex: "message" },
{
title: getLabel(111, "下载信息"), dataIndex: "download", width: 225,
title: getLabel(111, "下载信息"), dataIndex: "download", width: 250,
render: (text, record) => (<React.Fragment>
<span
style={{ marginRight: 16, color: "#0BB746", cursor: "pointer", display: "inline-block", minWidth: 60 }}