.detail-wrapper[data-v-ca8c9488] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  width: 100%;
  gap: 4px;
}
.detail-wrapper .order-list-wrapper[data-v-ca8c9488] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 120px;
  overflow: auto;
  padding: 10px 6px;
}
.detail-wrapper .order-form-wrapper .textarea-size[data-v-ca8c9488] {
  overflow: auto !important;
}
.ant-pro-footer-toolbar[data-v-ca8c9488] {
  width: max(40%, 800px);
}

