fix: increase width of module column in permission configuration table

This commit is contained in:
wxg0103 2025-07-14 16:34:04 +08:00
parent ea199e23f1
commit 58c617691b

View File

@ -1,7 +1,7 @@
<template>
<el-scrollbar v-loading="loading">
<app-table :data="tableData" border :span-method="objectSpanMethod" :maxTableHeight="280">
<el-table-column prop="module" :width="130" :label="$t('views.role.permission.moduleName')"/>
<el-table-column prop="module" :width="150" :label="$t('views.role.permission.moduleName')"/>
<el-table-column
prop="name"
:width="150"