index.less 1.69 KB
.qx-export-modal {
  .ant-modal-content {
    overflow: hidden;
    border-radius: 8px;
  }
  .ant-modal-header {
    height: 48px;
    color: #333;
    font-weight: 500;
    font-size: 16px;
  }
  .ant-modal-body {
    padding: 24px;
  }
  &-title {
    margin-bottom: 16px;
    color: #333;
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
  }
  &-status {
    margin-bottom: 24px;
  }
  &-tree {
    position: relative;
    height: 304px;
    padding: 16px 0 6px 16px;
    background: #f9f9f9;
    border-radius: 4px;
    .ant-tree {
      height: calc(100% - 22px);
      overflow-y: scroll;
      background-color: unset;
    }
    .ant-tree-switcher {
      display: none;
    }
    .ant-tree-draggable-icon {
      margin-right: 6px !important;
    }
    .qx-export-filter {
      position: absolute;
      top: 12px;
      right: 16px;
      z-index: 2;
      .ant-input {
        &::placeholder {
          color: rgba(0, 0, 0, 0.25);
        }
      }
      .ant-input-affix-wrapper {
        height: 28px;
        padding: 4px 10px;
        .ant-input-prefix {
          svg {
            color: rgba(0, 0, 0, 0.25);
          }
        }
      }
    }
  }
}

.qx-export-notification {
  .anticon-check-circle,
  .anticon-exclamation-circle {
    font-size: 21px;
  }
  .ant-notification-notice-icon {
    line-height: 20px;
  }
  .ant-notification-notice-message {
    margin-left: 36px;
    color: rgba(0, 0, 0, 0.85);
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
  }
  .ant-notification-notice-description {
    margin-left: 36px;
    color: rgba(0, 0, 0, 0.65);
    font-size: 14px;
    line-height: 22px;
    span {
      color: #3499ff;
      cursor: pointer;
    }
  }
}