修改项目间距

This commit is contained in:
BOE\10867418
2023-10-12 14:59:03 +08:00
parent 9c8044afa7
commit 542e8b26a0

View File

@@ -417,7 +417,7 @@ export default {
title: "项目名称",
dataIndex: "projectName",
key: "projectName",
width: 120,
width: 240,
ellipsis: true,
align: "left",
fixed: "left",
@@ -427,7 +427,7 @@ export default {
dataIndex: "sourceBelongName",
ellipsis: true,
key: "sourceBelongName",
width: 120,
width: 240,
align: "center",
fixed: "left",
},
@@ -445,7 +445,7 @@ export default {
dataIndex: "stageTotal",
ellipsis: true,
key: "stageTotal",
width: 120,
width: 90,
align: "center",
},
{
@@ -453,7 +453,7 @@ export default {
dataIndex: "taskTotal",
ellipsis: true,
key: "taskTotal",
width: 120,
width: 90,
align: "center",
},
{
@@ -461,7 +461,7 @@ export default {
dataIndex: "participantsTotal",
ellipsis: true,
key: "participantsTotal",
width: 120,
width: 90,
align: "center",
},
{
@@ -469,7 +469,7 @@ export default {
dataIndex: "startLearnerTotal",
ellipsis: true,
key: "startLearnerTotal",
width: 120,
width: 90,
align: "center",
},
{
@@ -477,7 +477,7 @@ export default {
dataIndex: "participantsRate",
ellipsis: true,
key: "participantsRate",
width: 120,
width: 90,
align: "center",
},
{
@@ -485,7 +485,7 @@ export default {
dataIndex: "peopleCompletedTotal",
ellipsis: true,
key: "peopleCompletedTotal",
width: 120,
width: 90,
align: "center",
},
{