@import '../../../assets/variable.less';
.module-user-tag-detail {
  &-layer-statistic-box {
    height: 100%;
    overflow-y: scroll;
  }
  &-layer-statistic {
    padding: @padding-lg;
    &-none {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 100%;
    }
  }
  &-react-echarts-options {
    position: absolute;
    top: 24px;
    right: 24px;
    z-index: 999;
    width: 100px;
  }
  &-react-echarts-options2 {
    position: absolute;
    top: 24px;
    right: 24px;
    z-index: 999;
  }
}
