.transfer-table-container .ant-table-tbody .ant-input-number-input[placeholder="数量"] {
  position: relative;
  z-index: 20;
  pointer-events: auto !important;
  cursor: text !important;
  color: #1f1f1f !important;
  caret-color: #1677ff;
  background: #fff !important;
  box-shadow: inset 0 0 0 1px #8c8c8c !important;
  border-radius: 2px;
}

.transfer-table-container .ant-table-tbody .ant-input-number-input[placeholder="数量"]::placeholder {
  color: #262626 !important;
  opacity: 1;
}

.transfer-table-container .ant-table-tbody .ant-input-number-input[placeholder="数量"]:hover {
  box-shadow: inset 0 0 0 1px #1677ff !important;
}

.transfer-table-container .ant-table-tbody .ant-input-number-input[placeholder="数量"]:focus {
  box-shadow: inset 0 0 0 2px #1677ff !important;
  outline: none;
}
