更新表格样式
This commit is contained in:
@@ -18,13 +18,13 @@ const tableColumns = ref([
|
||||
dataIndex: 'id',
|
||||
key: 'id',
|
||||
width: 200,
|
||||
align: 'center',
|
||||
// align: 'center',
|
||||
},
|
||||
{
|
||||
title: '选项名称',
|
||||
dataIndex: 'name',
|
||||
key: 'name',
|
||||
align: 'center',
|
||||
// align: 'center',
|
||||
customCell: () => {
|
||||
return {
|
||||
style: {
|
||||
@@ -37,7 +37,7 @@ const tableColumns = ref([
|
||||
title: '效用值',
|
||||
dataIndex: 'percent',
|
||||
key: 'percent',
|
||||
align: 'center',
|
||||
// align: 'center',
|
||||
customCell: (record) => {
|
||||
return {
|
||||
style: {
|
||||
|
||||
Reference in New Issue
Block a user