Bläddra i källkod

feat: 禁止页面上下滑动

Damon 9 månader sedan
förälder
incheckning
bef3ead362
2 ändrade filer med 2 tillägg och 2 borttagningar
  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>
   <style lang="scss" scoped>
 .tips {
 .tips {
-  margin-top: 40%;
+  padding-top: 40%;
   margin-left: 20rpx;
   margin-left: 20rpx;
   margin-right: 20rpx;
   margin-right: 20rpx;
   font-size: 30rpx;
   font-size: 30rpx;

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

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