@import "~antd/lib/style/themes/default.less";

.YQAvatar-fix {
  display: block;
  :global {
    .am-list-item {
      img {
        width: 100% !important;
        height: 100% !important;
      }
    }
  }
}