zhangxiaoxu123456
2022-04-18 7eb2e8285782e586659f896a3fdbeec7ecfcca8b
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;