// 这里存放一些常用的通用样式。
@import './scroll.less';

.bixi-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}