zhangxiaoxu123456
2022-04-28 76e28b7140b15261f1d82c2855eb09b49e5902b3
src/assets/css/mixin.scss
@@ -1,6 +1,11 @@
@mixin overflow-y($h) {
   max-height: $h;
@mixin overflow-y() {
   overflow-y: auto;
   touch-action: pan-y;
   -webkit-overflow-scrolling: touch;
}
@mixin ellipsis() {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}