.whole-module-container {
  .biz-layout-top {
    padding: 0 16px 16px;
    .biz-user-group-header {
      .ant-space-item {
        color: #5f6085;
      }
    }
  }
  .ant-spin-container {
    width: 100%;
    height: 100%;
  }

  .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;
  }

  .biz-layout-collapse-container {
    align-items: center;
    height: 24px;
  }

  .biz-layout-content {
    padding: 16px;
  }
}
