zhengyiming
2025-08-12 6754c0ab6f6b74513ff4b03876e33c7636dbaa4f
apps/cMiniApp/src/components/Layout/PageLayoutWithBg.vue
@@ -10,8 +10,8 @@
    <template #bg>
      <img :src="OssAssets.common.CommonPageBg" class="common-page-bg" />
    </template>
    <template #default>
      <slot />
    <template #default="{ scrollViewHeight }">
      <slot :scrollViewHeight="scrollViewHeight" />
    </template>
  </PageLayout>
</template>
@@ -42,7 +42,7 @@
  top: 0;
  left: 0;
  width: 100%;
  height: 516px;
  height: 644px;
  object-fit: cover;
}
</style>