refactor(权限管理): 用户组表格宽度

This commit is contained in:
Captain.B 2021-05-21 19:05:08 +08:00 committed by 刘瑞斌
parent 8e583f7254
commit c953bb806a
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
</el-table-column>
<el-table-column prop="creator" label="操作人"/>
<el-table-column prop="description" label="描述"/>
<el-table-column :label="$t('commons.operating')">
<el-table-column :label="$t('commons.operating')" min-width="120">
<template v-slot:default="scope">
<ms-table-operator @editClick="edit(scope.row)" @deleteClick="del(scope.row)">
<template v-slot:middle>