更新表格样式
This commit is contained in:
@@ -91,7 +91,7 @@ export default defineComponent({
|
||||
key: "index",
|
||||
dataIndex: "index",
|
||||
width: 50,
|
||||
align: "center",
|
||||
// align: "center",
|
||||
},
|
||||
{
|
||||
title: () => (
|
||||
@@ -107,7 +107,7 @@ export default defineComponent({
|
||||
key: "title",
|
||||
dataIndex: "title",
|
||||
slots: { customRender: "title" },
|
||||
align: "center",
|
||||
// align: "center",
|
||||
},
|
||||
{
|
||||
title: "操作",
|
||||
@@ -115,7 +115,7 @@ export default defineComponent({
|
||||
dataIndex: "operation",
|
||||
slots: { customRender: "operation" },
|
||||
width: 160,
|
||||
align: "center",
|
||||
// align: "center",
|
||||
},
|
||||
]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user