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