Skip to content

Commit

Permalink
adjust layout
Browse files Browse the repository at this point in the history
  • Loading branch information
mingchiuli committed Jan 16, 2025
1 parent 8cf8f55 commit 0777e9f
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="250" align="center">
<template #default="scope">
<template v-if="checkButtonAuth(ButtonAuth.SYS_ROLE_EDIT)">
<el-button
Expand Down

0 comments on commit 0777e9f

Please sign in to comment.