|
@@ -57,6 +57,7 @@ const clMap = {
|
|
|
}
|
|
|
},
|
|
|
width: '25%',
|
|
|
+ align: 'center',
|
|
|
}, {
|
|
|
title: '编号/名称',
|
|
|
key: 2,
|
|
@@ -77,6 +78,7 @@ const clMap = {
|
|
|
dataIndex: 'path',
|
|
|
render: path => renderPicture(path),
|
|
|
width: '25%',
|
|
|
+ align: 'center',
|
|
|
}, {
|
|
|
title: '编号/名称',
|
|
|
key: 2,
|
|
@@ -91,6 +93,7 @@ const clMap = {
|
|
|
dataIndex: 'path',
|
|
|
render: path => renderPicture(path),
|
|
|
width: '12%',
|
|
|
+ align: 'center',
|
|
|
}, {
|
|
|
title: '图片编号',
|
|
|
key: 2,
|