.status-text-icon{
    display: inline-block;
    margin-left: 8px;
    font-size: 16px;
    color: #bbb;
}
.status-text-tooltip .ant-tooltip-inner {
    color: #666;
    background: #fff;
    min-height: 25px;
    padding: 3px 10px;
    word-break:break-all;
    word-wrap:break-word;
}

.status-text-tooltip.ant-tooltip-placement-top .ant-tooltip-arrow,
.status-text-tooltip.ant-tooltip-placement-topLeft .ant-tooltip-arrow,
.status-text-tooltip.ant-tooltip-placement-topRight .ant-tooltip-arrow {
    border-top-color:#fff;
  }

  .status-text-tooltip.ant-tooltip-placement-right .ant-tooltip-arrow,
  .status-text-tooltip.ant-tooltip-placement-rightTop .ant-tooltip-arrow,
  .status-text-tooltip.ant-tooltip-placement-rightBottom .ant-tooltip-arrow {
    border-right-color:#fff;
  }

  .status-text-tooltip.ant-tooltip-placement-left .ant-tooltip-arrow,
  .status-text-tooltip.ant-tooltip-placement-leftTop .ant-tooltip-arrow,
  .status-text-tooltip.ant-tooltip-placement-leftBottom .ant-tooltip-arrow {

    border-left-color:#fff;
  }

  .status-text-tooltip.ant-tooltip-placement-bottom .ant-tooltip-arrow,
  .status-text-tooltip.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow,
  .status-text-tooltip.ant-tooltip-placement-bottomRight .ant-tooltip-arrow {
    border-bottom-color: #fff;
  }