quotationDetail.less 271 Bytes
.quotationDetailBox{
  padding: 1rem;
  // height: 100%;
  background-color: #fff;
  // height: 100vh;
}
.customer{
  margin-top: 2rem;
  :global .adm-input-element{
    border: 1px solid #DEDEDF;
    height: 3.125rem; 
    margin: 0.5rem 0;
    border-radius: 5px;
  }
}