/*
 * @Author: 焦质晔
 * @Date: 2021-10-28 12:20:04
 * @Last Modified by: 焦质晔
 * @Last Modified time: 2024-11-05 19:13:46
 */
@use './variable' as *;

.#{$prefix-table}-top {
  display: flex;
  white-space: nowrap;
  margin-bottom: $v-module-distance;
  &__space {
    flex: 1;
    display: inherit;
    justify-content: space-between;
    &-slot {
      flex: 1;
      align-items: center;
      height: 100%;
      display: inherit;
      padding-right: $v-module-distance;
    }
  }
  &__actions {
    display: inherit;
    align-items: center;
  }
}
