1
0
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:
2023-05-23 01:55:46 +08:00
parent 2cfff0de9f
commit b9d975dd68

View File

@@ -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"