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