fengchang 1 년 전
부모
커밋
60ae79a9ad
1개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  1. 5 1
      hichina-main-front-mobile-first/src/pages/AlipayPage.vue

+ 5 - 1
hichina-main-front-mobile-first/src/pages/AlipayPage.vue

@@ -1,6 +1,10 @@
 <template>
   <q-page>
-    <div id="container" ref="pay"></div>
+    <div
+      id="container"
+      style="width: 100%; height: 100%; background-color: yellow"
+      ref="pay"
+    ></div>
   </q-page>
 </template>