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