@import '~@zgfe/business-lib/es/assets/styles/inner.less';
.ant-card-body {
  padding: 0;
}

.interval-module-container {
  width: 100%;
  min-width: 1000px;
  height: 100%;
  background: #fafafb;
  &-loading {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
  .interval-layout {
    .biz-layout-collapse-container {
      height: 24px;
    }
    .biz-layout-collapse-handle {
      height: 24px;
    }
  }
  &-header-title {
    height: 48px;
    padding: 0px 24px;
    color: #021429;
    font-weight: 500;
    font-size: 16px;
    line-height: 48px;
    background: #fff;
  }

  .biz-layout-top {
    margin-top: 2px;
    padding-top: 0;

    .biz-user-group-header {
      .ant-space-item {
        color: #5f6085;
      }
    }
  }

  .ant-spin-container {
    width: 100%;
    height: auto;
  }

  .biz-select-option:not(.biz-select-option-multiple),
  .biz-attr-select-option {
    &.active {
      background: @primary-color !important;
    }
  }

  // 设置下拉框最大高度
  .biz-select-overlay {
    max-height: 300px;
  }

  .biz-layout-panel-content {
    height: auto;
  }
}
