浏览代码

feat: 禁止页面上下滑动

Damon 9 月之前
父节点
当前提交
bef3ead362
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      src/pages/public/remote.vue
  2. 1 1
      src/pages/public/uuid.vue

+ 1 - 1
src/pages/public/remote.vue

@@ -69,7 +69,7 @@ export default {
   
   <style lang="scss" scoped>
 .tips {
-  margin-top: 40%;
+  padding-top: 40%;
   margin-left: 20rpx;
   margin-right: 20rpx;
   font-size: 30rpx;

+ 1 - 1
src/pages/public/uuid.vue

@@ -101,7 +101,7 @@ export default {
 
 <style lang="scss" scoped>
 .tips {
-  margin-top: 40%;
+  padding-top: 40%;
   margin-left: 20rpx;
   margin-right: 20rpx;
   font-size: 30rpx;