mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
style: 调整缩进
This commit is contained in:
1
docs/template/index-tree.vue.vm
vendored
1
docs/template/index-tree.vue.vm
vendored
@ -205,6 +205,7 @@ function handleExport() {
|
||||
:columns="columns"
|
||||
:data="data"
|
||||
size="small"
|
||||
:indent="32"
|
||||
:flex-height="!appStore.isMobile"
|
||||
:scroll-x="962"
|
||||
:loading="loading"
|
||||
|
@ -194,10 +194,10 @@ async function addInRow(row: TableDataWithIndex<Api.System.Dept>) {
|
||||
: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"
|
||||
/>
|
||||
|
Reference in New Issue
Block a user