king
2023-01-29 99c9aed75c0bf5356e3170b7070ed00d7ba653ca
src/tabviews/custom/components/module/voucher/voucherTable/index.scss
@@ -229,8 +229,60 @@
      display: inline-block;
    }
  }
  .pop-anchor {
    position: absolute;
    bottom: 0;
    left: 50%;
  }
}
.subject-pop-wrap {
  padding-top: 0px;
  .ant-popover-arrow {
    display: none;
  }
  .ant-popover-content {
    position: relative;
    z-index: 1;
  }
  .ant-form-item {
    display: flex;
    margin-bottom: 15px;
    width: 200px;
    .ant-form-item-label {
      width: 60px;
    }
    .ant-form-item-control-wrapper {
      flex: 1;
      .ant-select {
        width: 100%;
      }
    }
  }
  .ant-popover-inner-content {
    padding-right: 30px;
  }
  .footer {
    text-align: right;
    .ant-btn {
      border: none;
      box-shadow: none;
      margin-right: 15px;
    }
    .ant-btn:last-child {
      color: var(--mk-sys-color);
    }
  }
}
.subject-pop-wrap::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.edit-table-dropdown {
  .ant-select-dropdown-menu-item {
    white-space: unset;