diff --git a/docs/template/index-tree.vue.vm b/docs/template/index-tree.vue.vm index b187996c..0ab2b7b7 100644 --- a/docs/template/index-tree.vue.vm +++ b/docs/template/index-tree.vue.vm @@ -205,6 +205,7 @@ function handleExport() { :columns="columns" :data="data" size="small" + :indent="32" :flex-height="!appStore.isMobile" :scroll-x="962" :loading="loading" diff --git a/src/views/system/dept/index.vue b/src/views/system/dept/index.vue index 46e47842..297bbf20 100644 --- a/src/views/system/dept/index.vue +++ b/src/views/system/dept/index.vue @@ -194,10 +194,10 @@ async function addInRow(row: TableDataWithIndex) { :columns="columns" :data="data" size="small" + :indent="32" :flex-height="!appStore.isMobile" :scroll-x="962" :loading="loading" - :indent="28" :row-key="row => row.deptId" class="sm:h-full" />