Skip to content

Commit 8c054c2

Browse files
committed
fix: adjust iframe styling for WeCom QR code component
1 parent c744375 commit 8c054c2

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

ui/src/views/chat/user-login/scanCompinents/wecomQrCode.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<template>
2-
<iframe :src="iframeUrl" width="100%" height="380px" frameborder="0"></iframe>
2+
<iframe :src="iframeUrl" width="100%" height="380px" frameborder="0"
3+
style="margin-top: -30px"></iframe>
34
</template>
45

56
<script lang="ts" setup>

ui/src/views/login/scanCompinents/wecomQrCode.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<template>
2-
<iframe :src="iframeUrl" width="100%" height="380px" frameborder="0"></iframe>
2+
<iframe :src="iframeUrl" width="100%" height="380px" frameborder="0"
3+
style="margin-top: -30px"></iframe>
34
</template>
45

56
<script lang="ts" setup>

0 commit comments

Comments
 (0)