mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
fix: adjust iframe styling for WeCom QR code component
This commit is contained in:
parent
4340a0aadb
commit
ea7ea85acc
|
|
@ -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