mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-31 10:12:51 +00:00
fix: adjust iframe styling for WeCom QR code component
This commit is contained in:
parent
c7443757f0
commit
8c054c23f5
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue