@include b(card) {
  color: $--color-text-primary;

  &:not(.is-ignore) {
    border: none;
  }

  & + .is-top-space {
    margin-top: 15px;
  }

  @include e(title) {
    font-size: $--font-size-large;
    font-weight: 600;
  }

  @include when(header-tabs) {
    > .el-card__header {
      padding: 0;
      border-bottom: none;
      .el-tabs__header {
        margin: 0;
      }
    }
  }
}
