quotationDetail.less 857 Bytes
.quotationDetailBox {
  padding: 1rem;
  // height: 100%;
  background-color: #fff;
  // min-height: 100vh;
}
.customer {
  margin-top: 2rem;
  :global .adm-input-element {
    border: 1px solid #dededf;
    height: 3.125rem;
    margin: 0.5rem 0;
    border-radius: 5px;
  }
  .sizeBox {
    display: flex;
    align-items: center;

    .sizeItem {
      display: flex;
      align-items: center;
      justify-content: space-between;
    }
  }
}
.sizeBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  .customer {
    width: 32%;
  }
}
.tabs-wrapper {
  display: flex;
  align-items: center;
}
.tab-content {
  width: 3rem;
}
.quotationTab {
  :global .adm-selector-item {
    display: flex;
    align-items: center;
    height: 100%;
  }
}
.svgBox{
  display: flex;
  align-items: center;
  justify-content: space-around;
}