.polaris-antd-row-indexes-label-number {
  margin-right: 5px;
  cursor: move;
}
.row-indexes-label-number-add {
  opacity: 0.4;
  cursor: default;
}
.polaris-antd-row-indexes-content {
  position: relative;
  padding-left: 25px;
}
.polaris-antd-row-indexes-content:before {
  content: '';
  position: absolute;
  width: 1px;
  background: #e2e2e2;
  top: 0;
  bottom: 0;
  left: 9px;
}
.polaris-antd-row-indexes-fao {
  display: inline-block;
  position: relative;
  min-height: 24px;
  line-height: 24px;
  font-size: 12px;
  padding: 0 6px;
  background: #deeffa;
  transition: all 0.5s;
  color: #1489e2;
  cursor: pointer;
  white-space: normal;
  text-overflow: ellipsis;
  word-break: break-all;
}
.polaris-antd-row-indexes-fao-input {
  margin-bottom: 5px;
  padding: 0 0 0 5px;
  font-size: 12px;
}
