zhangxiaoxu123456
2022-04-26 388c2eeb0522a3dc928cffc5059e9f7da4c84ecb
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;
}