更新表格样式

This commit is contained in:
王博冉
2022-11-15 11:55:26 +08:00
parent e0bde94e5d
commit a60a8a1240
29 changed files with 102 additions and 94 deletions

View File

@@ -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: {