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