From 509e443481fe8138715f5dd985074b1af568d1e2 Mon Sep 17 00:00:00 2001 From: AN <1983933789@qq.com> Date: Mon, 19 May 2025 23:59:55 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E8=B0=83=E6=95=B4=E7=BC=A9=E8=BF=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/template/index-tree.vue.vm | 1 + src/views/system/dept/index.vue | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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" />