Skip to content

Commit 58c6176

Browse files
committed
fix: increase width of module column in permission configuration table
1 parent ea199e2 commit 58c6176

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/views/system/role/component/PermissionConfiguration.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<template>
22
<el-scrollbar v-loading="loading">
33
<app-table :data="tableData" border :span-method="objectSpanMethod" :maxTableHeight="280">
4-
<el-table-column prop="module" :width="130" :label="$t('views.role.permission.moduleName')"/>
4+
<el-table-column prop="module" :width="150" :label="$t('views.role.permission.moduleName')"/>
55
<el-table-column
66
prop="name"
77
:width="150"

0 commit comments

Comments
 (0)