zhangxiaoxu123456
2022-04-29 7e694768f428b83ed462eb384c43b2ebff61f75c
src/assets/css/mixin.scss
@@ -3,3 +3,9 @@
   touch-action: pan-y;
   -webkit-overflow-scrolling: touch;
}
@mixin ellipsis() {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}