feat: 优化user页面显示,右侧用户列表占满
This commit is contained in:
@@ -215,13 +215,13 @@ const [Grid, gridApi] = useVbenVxeGrid({
|
|||||||
<AssignRoleModal @success="onRefresh" />
|
<AssignRoleModal @success="onRefresh" />
|
||||||
<ImportModal @success="onRefresh" />
|
<ImportModal @success="onRefresh" />
|
||||||
|
|
||||||
<div class="flex h-full">
|
<div class="flex h-full w-full">
|
||||||
<!-- 左侧部门树 -->
|
<!-- 左侧部门树 -->
|
||||||
<div class="w-4/24 pr-3">
|
<div class="h-full w-1/6 pr-2">
|
||||||
<DeptTree @select="onDeptSelect" />
|
<DeptTree @select="onDeptSelect" />
|
||||||
</div>
|
</div>
|
||||||
<!-- 右侧用户列表 -->
|
<!-- 右侧用户列表 -->
|
||||||
<div class="w-18/24">
|
<div class="w-5/6">
|
||||||
<Grid table-title="用户列表">
|
<Grid table-title="用户列表">
|
||||||
<template #toolbar-tools>
|
<template #toolbar-tools>
|
||||||
<Button
|
<Button
|
||||||
|
|||||||
Reference in New Issue
Block a user