@import '../../../assets/variable.less';
.module-user-detail-tags-item {
  display: flex;
  cursor: pointer;
  &:nth-child(n + 2) {
    margin-top: @margin-md;
  }
  &-tagname {
    color: @text-color-secondary;
    font-weight: 400;
    font-size: 14px;
    white-space: nowrap;
  }
  &-layname {
    color: @text-color;
    font-size: 14px;
    white-space: nowrap;
  }
  &-tip {
    .ant-tooltip-arrow {
      display: none;
    }
    .ant-tooltip-inner {
      width: 340px !important;
      padding: @padding-xss !important;
      color: @text-color !important;
    }
  }
}
