.eventfilter-box {
  .attr-box-show {
    margin-top: 4px;
  }
  > div:nth-child(1) {
    display: flex;
    padding: 4px 0 4px 24px;
    &:hover {
      background: #e8efff;
    }
    .biz-event-select,
    .biz-attr-select {
      min-width: 208px;
    }
    .shaixuan {
      margin-top: 2px;
      color: #9aa1a9;
      font-size: 20px !important;
      cursor: pointer;
    }
    .shaixuan:hover {
      color: #165dff;
    }
    .disable {
      color: #ccd0d4 !important;
      cursor: not-allowed !important;
    }
  }
  &-multiple {
    gap: 14px;
    .biz-select-handle-input {
      width: auto !important;
      min-width: 208px;
    }
  }
}
