This commit is contained in:
xiaoma
2021-09-10 18:36:43 +08:00
parent 82dc7d2589
commit 70c2b75f17
3 changed files with 21 additions and 10 deletions

View File

@@ -171,7 +171,7 @@
useColumns(getProps);
const state = reactive({
tableSize: 'medium',
tableSize: unref(getProps as any).size || 'medium',
isColumnSetting: false,
});