/*
 * @Author: 焦质晔
 * @Date: 2021-02-09 09:27:46
 * @Last Modified by: 焦质晔
 * @Last Modified time: 2024-11-05 18:59:59
 */
@use '../../style/src/themes' as *;

$prefix: '#{$qm-prefix}-space';

.#{$prefix} {
  display: inline-flex;
  overflow: hidden;
  .el-space > span {
    line-height: 1;
  }
}
