zhangxiaoxu123456
2022-04-12 031631bc70722e6c7aded6ab8705bbd042ed52ed
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;