Преглед на файлове

feat: 调整字体大小

Damon преди 9 месеца
родител
ревизия
ec1d691bb3
променени са 1 файла, в които са добавени 2 реда и са изтрити 1 реда
  1. 2 1
      src/pages/public/remote.vue

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

@@ -40,6 +40,7 @@ export default {
   onLoad(e) {
   onLoad(e) {
     this.state = e.state;
     this.state = e.state;
     this.openId = e.openId;
     this.openId = e.openId;
+    this.deviceUrlInfo();
   },
   },
 
 
   methods: {
   methods: {
@@ -102,7 +103,7 @@ export default {
   align-items: center;
   align-items: center;
   justify-content: center;
   justify-content: center;
   text-align: center;
   text-align: center;
-  font-size: 35rpx;
+  font-size: 30rpx;
   border-radius: 20rpx;
   border-radius: 20rpx;
   margin-right: 40rpx;
   margin-right: 40rpx;
 }
 }