.ant-form-item-control {
  line-height: unset !important;
}

.productList {
  box-sizing: border-box;
  width: 100%;

  .content {
    margin-top: 10px;
    box-sizing: border-box;
    width: 100%;
    display: flex;

    .mr12 {
      margin-right: 12px;
    }

    .saveBut {
      background-color: #4477ee;
      color: #fff;
      border: 0;
    }

    .imgCot {
      border: 1px solid #e0e0e0;
      border-radius: 2px;
      width: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .itemCot {
      padding-left: 6px;
      width: 50%;
      display: flex;
      flex-direction: column;
      justify-content: space-between;

      .itemName {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        word-break: break-all;
        font-size: 13px;
        color: #2d3040;
      }

      .itemPrice {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        word-break: break-all;
        font-size: 13px;
        color: #2d3040;
      }

      .itemButton {
        display: flex;
        justify-content: space-around;
      }
    }
  }
}
