@import '../mixins/mixins.less';

.b(ap-list, {
  padding: 16px 24px;
  &__footer {
    margin-top: 16px;
    display: flex;
    justify-content: flex-end;
  }
  &-spin {
    max-height: unset !important;
  }
  &-scroll-wrapper {
    height: 100%;
  }
});
