zhangxiaoxu123456
2022-05-10 6e41ce0ab4300758ebd77ea257c3d9532e3df7e0
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;
}