king
2022-02-22 a2b5d58d080bd399b8b41c2290573015785d684f
src/tabviews/custom/components/module/voucher/index.scss
@@ -8,6 +8,37 @@
  min-height: 150px;
  overflow-y: auto;
  .voucher-header {
    padding: 10px;
    border-bottom: 1px solid #eeeeee;
    .header-btn {
      height: 28px;
      min-width: 80px;
      margin-right: 10px;
    }
  }
  .voucher-body {
    .voucher-code {
      display: inline-block;
      width: 160px;
      margin-right: 15px;
      .ant-select {
        width: 65px;
        margin-right: 10px;
      }
      .ant-input {
        width: 60px;
      }
    }
    .voucher-date {
      display: inline-block;
      .ant-calendar-picker {
        width: 120px;
      }
    }
  }
}