refactor: 修改user列表操作列宽度

This commit is contained in:
Captain.B 2020-11-17 17:42:06 +08:00
parent 654e1ef622
commit 0b2feb4d57
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@
</template> </template>
</el-table-column> </el-table-column>
<el-table-column prop="source" :label="$t('user.source')"/> <el-table-column prop="source" :label="$t('user.source')"/>
<el-table-column :label="$t('commons.operating')"> <el-table-column :label="$t('commons.operating')" min-width="120px">
<template v-slot:default="scope"> <template v-slot:default="scope">
<ms-table-operator @editClick="edit(scope.row)" @deleteClick="del(scope.row)"> <ms-table-operator @editClick="edit(scope.row)" @deleteClick="del(scope.row)">
<template v-slot:behind> <template v-slot:behind>