mirror of
https://github.com/FatttSnake/Pinnacle-OA.git
synced 2026-04-06 07:21:24 +08:00
Added scrollbar to add role panel in RoleManagement
This commit is contained in:
@@ -29,6 +29,7 @@
|
|||||||
@open="handleDialogOpen"
|
@open="handleDialogOpen"
|
||||||
>
|
>
|
||||||
<template #default>
|
<template #default>
|
||||||
|
<el-scrollbar max-height="60vh">
|
||||||
<el-form
|
<el-form
|
||||||
label-width="80px"
|
label-width="80px"
|
||||||
v-loading="dialogLoading"
|
v-loading="dialogLoading"
|
||||||
@@ -62,6 +63,7 @@
|
|||||||
/>
|
/>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
</el-form>
|
</el-form>
|
||||||
|
</el-scrollbar>
|
||||||
</template>
|
</template>
|
||||||
<template #footer>
|
<template #footer>
|
||||||
<el-button type="primary" @click="handleSubmit" :disabled="dialogLoading"
|
<el-button type="primary" @click="handleSubmit" :disabled="dialogLoading"
|
||||||
|
|||||||
Reference in New Issue
Block a user