Sfoglia il codice sorgente

feat: 调整字体大小

Damon 9 mesi fa
parent
commit
ec1d691bb3
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 2 1
      src/pages/public/remote.vue

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

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