fengchang 1 year ago
parent
commit
60ae79a9ad
1 changed files with 5 additions and 1 deletions
  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>