king
2023-02-14 3620d67cfd2f2af19ef4d656734badd4445c90b8
src/tabviews/custom/components/module/voucher/index.scss
@@ -7,6 +7,7 @@
  background-size: cover;
  min-height: 150px;
  overflow-y: auto;
  overflow-x: hidden;
  color: #000000;
  .voucher-header {
@@ -20,7 +21,6 @@
    }
  }
  .voucher-body {
    padding: 0 30px;
    .voucher-code {
      display: inline-block;
      width: 160px;
@@ -71,6 +71,28 @@
        width: 60px;
      }
    }
    .pre-temp-wrap {
      padding: 10px 0px;
      .temp-text {
        display: inline-block;
        width: 22%;
        white-space: nowrap;
        padding-left: 10px;
        .ant-input {
          width: calc(100% - 70px);
        }
        .ant-select {
          width: calc(100% - 70px);
        }
      }
      .temp-action {
        float: right;
        .ant-btn {
          margin-left: 15px;
        }
      }
    }
  }
  .add-background {
@@ -107,3 +129,30 @@
    display: none;
  }
}
.mk-voucher-dropdown-wrap {
  background: #ffffff;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  min-height: 66px;
  .ant-btn {
    display: block;
    width: 100%;
    border: none;
  }
  .split {
    width: 100%;
    height: 1px;
    background: #d8d8d8;
  }
}
.mk-temp-add-modal {
  .ant-form-item {
    .ant-form-item-label {
      width: 170px;
    }
    .ant-form-item-control-wrapper {
      width: 250px;
      display: inline-block;
    }
  }
}