style: 优化 table 示例样式

This commit is contained in:
pany
2022-10-28 14:27:35 +08:00
parent da63f9e204
commit fa55b36d3e
6 changed files with 15 additions and 7 deletions

View File

@@ -22,7 +22,7 @@ VXETable.setup({
showHeaderOverflow: "tooltip",
autoResize: true,
// stripe: false,
border: false,
border: "inner",
// round: false,
emptyText: "暂无数据",
rowConfig: {
@@ -30,7 +30,7 @@ VXETable.setup({
isCurrent: true
},
columnConfig: {
resizable: true
resizable: false
},
align: "center",
headerAlign: "center",