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 75b4f31 commit d4ad664
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 @@ -243,7 +243,7 @@ const handleDelete = async (row: RoleSys) => {
v-loading="loading"
>
<el-table-column type="selection" :fixed="fixSelection" />
<el-table-column label="名字" align="center" prop="name" />
<el-table-column label="名字" align="center" prop="name" min-width="120" />
<el-table-column label="唯一编码" align="center" prop="code" min-width="120" />

<el-table-column label="描述" align="center" prop="remark" min-width="200" />
Expand Down

0 comments on commit d4ad664

Please sign in to comment.