zhangxiaoxu123456
2022-04-21 41f383d6ef3812bd81098d03e44cdeab549eeb08
src/assets/css/mixin.scss
@@ -1,5 +1,4 @@
@mixin overflow-y($h) {
   max-height: $h;
@mixin overflow-y() {
   overflow-y: auto;
   touch-action: pan-y;
   -webkit-overflow-scrolling: touch;