fix: adjust iframe styling for WeCom QR code component
parent
c7443757f0
commit
8c054c23f5
|
|
@ -1,5 +1,6 @@
|
||||||
<template>
|
<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>
|
</template>
|
||||||
|
|
||||||
<script lang="ts" setup>
|
<script lang="ts" setup>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
<template>
|
<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>
|
</template>
|
||||||
|
|
||||||
<script lang="ts" setup>
|
<script lang="ts" setup>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue