付延余
2022-05-19 7f3bd68b67a4f8ae0565b19433299c5e6336f951
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;
}