.catg_tree_container {
  .ant-tree-title {
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
  }
}

.catg_img {
  .ant-upload-list-item-thumbnail {
    img {
      object-fit: contain;
    }
  }
}
