star7th 6 년 전
부모
커밋
e33326a388
2개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      web_src/src/components/team/Index.vue
  2. 0 1
      web_src/src/components/team/Member.vue

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