.tree-table-center {
  .el-checkbox {
    width: 100%;

    .el-checkbox__label {
      width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }
  }
}