shaogen1995 %!s(int64=2) %!d(string=hai) anos
pai
achega
5f83ab080d

+ 1 - 1
src/App.vue

@@ -25,7 +25,7 @@ export default {
 
 #app {
   width: 100vw;
-  max-width: 500px;
+  // max-width: 500px;
   margin: 0 auto;
   overflow: hidden;
 }

+ 1 - 0
src/views/Construct/components/HomeList.vue

@@ -98,6 +98,7 @@ export default {
     },
   },
   created() {
+    document.querySelector("#app").style.maxWidth = "500px";
     this.getList();
   },
   mounted() {},

+ 2 - 0
src/views/Interact/index.vue

@@ -118,6 +118,8 @@ export default {
     },
   },
   created() {
+    document.querySelector("#app").style.maxWidth = "500px";
+
     this.getList();
     let code = this.getQueryString("code");
     console.log("---------", code);

+ 1 - 1
src/views/Serve/index.vue

@@ -239,7 +239,7 @@ methods: {
   }
 },
 created() {
-
+document.querySelector("#app").style.maxWidth = "";
 },
 mounted() {
 },