star7th 6 năm trước cách đây
mục cha
commit
e33326a388

+ 1 - 1
web_src/src/components/team/Index.vue

@@ -197,7 +197,7 @@ export default {
 
 .el-table__empty-text{
   text-align: left;
-  line-height: 30px;
+  line-height: 30px !important;
   margin-top: 20px;
 }
 

+ 0 - 1
web_src/src/components/team/Member.vue

@@ -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>