feat: 调整显示比例为p-4
parent
2df1c949f7
commit
2a805f560f
|
@ -217,7 +217,7 @@ const [Grid, gridApi] = useVbenVxeGrid({
|
||||||
|
|
||||||
<div class="flex h-full w-full">
|
<div class="flex h-full w-full">
|
||||||
<!-- 左侧部门树 -->
|
<!-- 左侧部门树 -->
|
||||||
<div class="h-full w-1/6 pr-2">
|
<div class="h-full w-1/6 pr-4">
|
||||||
<DeptTree @select="onDeptSelect" />
|
<DeptTree @select="onDeptSelect" />
|
||||||
</div>
|
</div>
|
||||||
<!-- 右侧用户列表 -->
|
<!-- 右侧用户列表 -->
|
||||||
|
|
|
@ -62,7 +62,7 @@ onMounted(() => {
|
||||||
ref="docRef"
|
ref="docRef"
|
||||||
:class="
|
:class="
|
||||||
cn(
|
cn(
|
||||||
'bg-card border-border relative flex items-end rounded-md border-b p-2',
|
'bg-card border-border relative flex items-end rounded-md border-b p-4',
|
||||||
)
|
)
|
||||||
"
|
"
|
||||||
>
|
>
|
||||||
|
|
Loading…
Reference in New Issue