zhangxiaoxu123456
2022-04-24 9e25a8c67686c9150c2e3f803245c8ece5d4e61d
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;