style: 调整缩进

This commit is contained in:
AN
2025-05-19 23:59:55 +08:00
parent 7aa489a283
commit 509e443481
2 changed files with 2 additions and 1 deletions

View File

@ -205,6 +205,7 @@ function handleExport() {
:columns="columns" :columns="columns"
:data="data" :data="data"
size="small" size="small"
:indent="32"
:flex-height="!appStore.isMobile" :flex-height="!appStore.isMobile"
:scroll-x="962" :scroll-x="962"
:loading="loading" :loading="loading"

View File

@ -194,10 +194,10 @@ async function addInRow(row: TableDataWithIndex<Api.System.Dept>) {
:columns="columns" :columns="columns"
:data="data" :data="data"
size="small" size="small"
:indent="32"
:flex-height="!appStore.isMobile" :flex-height="!appStore.isMobile"
:scroll-x="962" :scroll-x="962"
:loading="loading" :loading="loading"
:indent="28"
:row-key="row => row.deptId" :row-key="row => row.deptId"
class="sm:h-full" class="sm:h-full"
/> />