@@ -197,7 +197,7 @@ export default {
.el-table__empty-text{
text-align: left;
- line-height: 30px;
+ line-height: 30px !important;
margin-top: 20px;
}
@@ -28,7 +28,6 @@
<el-table-column
prop=""
- width="50"
:label="$t('operation')">
<template slot-scope="scope">
<el-button @click="deleteTeamMember(scope.row.id)" type="text" size="small">{{$t('delete')}}</el-button>