Skip to content

Commit

Permalink
Update RolesView.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
mingchiuli authored Jan 16, 2025
1 parent 8cf8f55 commit bc4c441
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/sys/RolesView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ const handleDelete = async (row: RoleSys) => {
</template>
</el-table-column>

<el-table-column :fixed="fix" label="操作" min-width="280" align="center">
<el-table-column :fixed="fix" label="操作" min-width="260" align="center">
<template #default="scope">
<template v-if="checkButtonAuth(ButtonAuth.SYS_ROLE_EDIT)">
<el-button
Expand Down

0 comments on commit bc4c441

Please sign in to comment.