修改项目间距

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