소스 검색

调整列宽度

chris 2 년 전
부모
커밋
0370642803
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/modules/tech/crafts-management.vue

+ 1 - 1
src/views/modules/tech/crafts-management.vue

@@ -136,7 +136,7 @@
           header-align="center"
           fixed="right"
           align="center"
-          width="140"
+          width="180"
           label="操作">
           <template slot-scope="scope">
             <el-button v-if="isAuth('pro:technology:revoke') && scope.row.state === '1'" type="text" size="small" @click="revokeHandle(scope.row.techId)">撤销</el-button>