nieyuge 2 년 전
부모
커밋
553ea0042f
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      pages/nft.vue

+ 2 - 2
pages/nft.vue

@@ -91,7 +91,7 @@ export default {
 			]
 		}
 	},
-    mounted() {
+    created() {
         this.setCookieMid();
         this.getConfig();
         this.getData();
@@ -189,7 +189,7 @@ body,
         .center {
             display: flex;
             margin: -50px auto 0;
-            max-width: 1000px;
+            width: 1000px;
             .img {
                 width: 50%;
                 margin-right: 6%;