mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-13 04:46:46 +08:00
修改项目间距
This commit is contained in:
@@ -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",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user