.el-tree {
  margin-right: 10px;
}
.el-tree .el-tree-node__label {
  width: auto;
  overflow: hidden!important;
  text-overflow: ellipsis!important;
  white-space: nowrap!important;
}

#house_type_change .el-tag {
  height: auto!important;
  line-height: 15px;
}
#house_type_change .el-tag div {
  line-height: 15px;
}

