.table {
  :global {
    .ant-pro-card-body {
      padding: 0;
    }
  }
}
.auto {
  width: 300;
}
.drop {
  min-width: none !important;
  width: auto !important
}
.select {
  :global {
    // .ant-select-selector {
    .rc-virtual-list-holder-inner {
      align-items: center;
      .ant-select-item  {
         width: 100%;
         height: 40px;
         line-height: 40px;
         &:hover, &:active {
           background: white !important;
        }
      }
    .ant-select-item-option-content {
      border-radius: 5px !important;
      background-color: @primary-color;
      text-align: center;
      color: white !important;
      height: 30px;
      line-height: 30px;
    }
    }
  }
}
