/*客户管理*/
.mainBox{
    :deep .avatarBox{
        width: 50px;
        height: 50px;
        overflow: hidden;
        border-radius: 50%;
    }
  
}