zhangxiaoxu123456
2022-04-24 6e352fc609a77935c55e21e9b71d3c1be8a5accd
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;