wolyshaw 4 年之前
父节点
当前提交
85ad32bee6
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/views/HumanResources/index.vue

+ 1 - 0
src/views/HumanResources/index.vue

@@ -511,6 +511,7 @@ export default {
 /deep/.el-table .cell {
     display: -webkit-box;
     overflow: hidden;
+    max-height: 80px;
     text-overflow: ellipsis;
     -webkit-line-clamp: 3;
     -webkit-box-orient: vertical;