付延余
2022-04-26 48e1fbc279373f06b45789bbdc9a372923ba4325
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;
}