分支名称过长优化显示效果

This commit is contained in:
谢思 2024-05-15 14:45:19 +08:00
parent 7a717e842c
commit 802ac6ff4d
1 changed files with 2 additions and 2 deletions

View File

@ -122,10 +122,10 @@ function StoreList(props){
let columns = [
{ title: '序号', dataIndex: 'index', className:"recordColumns", render: (text, item, index) => <span>{(current-1)*pageSize+index + 1}</span> },
{ title: '第三方平台分支', dataIndex: "external_branch_name", className:"recordColumns taskName", render: (text, item) => <span>
{ title: '第三方平台分支', dataIndex: "external_branch_name", className:"recordColumns taskName", width: '300px', render: (text, item) => <span>
{platformLogoUnText(item.type, "21px")}{text}
</span> },
{ title: 'GitLink分支', dataIndex: 'gitlink_branch_name', className:"recordColumns"},
{ title: 'GitLink分支', dataIndex: 'gitlink_branch_name', width: '300px', className:"recordColumns"},
{ title: '最后一次同步时间', dataIndex: 'sync_time', className:"recordColumns"},
{ title: '最后一次同步状态', dataIndex: 'sync_status', className:"recordColumns", render: (text)=>sync_status(text)},
{ title: '操作', dataIndex: 'enable', align: 'center', className:"primaryColor recordColumns", render: (text, item)=>{