fix: adjust iframe styling for WeCom QR code component

This commit is contained in:
wxg0103 2025-11-04 16:35:26 +08:00
parent 4340a0aadb
commit ea7ea85acc
2 changed files with 4 additions and 2 deletions

View File

@ -1,5 +1,6 @@
<template>
<iframe :src="iframeUrl" width="100%" height="380px" frameborder="0"></iframe>
<iframe :src="iframeUrl" width="100%" height="380px" frameborder="0"
style="margin-top: -30px"></iframe>
</template>
<script lang="ts" setup>

View File

@ -1,5 +1,6 @@
<template>
<iframe :src="iframeUrl" width="100%" height="380px" frameborder="0"></iframe>
<iframe :src="iframeUrl" width="100%" height="380px" frameborder="0"
style="margin-top: -30px"></iframe>
</template>
<script lang="ts" setup>