.batchTitle {
  display: inline-block;
  width: 70px;
}
.disable {
  cursor: not-allowed;
  div {
    color: rgba(0, 0, 0, 0.25);
    pointer-events: none;
    a {
      color: rgba(0, 0, 0, 0.25);
    }
  }
}
.ant-table-overflow {
  :global {
    .ant-table-cell > div:first-child {
      max-width: 100% !important;
      & > span {
        padding-right: 0px !important;
      }
    }
  }
}

.react-resizable {
  position: relative;
  background-clip: padding-box;
}

.react-resizable-handle {
  position: absolute;
  right: -5px;
  bottom: 0;
  z-index: 1;
  width: 10px;
  height: 100%;
  cursor: col-resize;
}
