We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c744375 commit 8c054c2Copy full SHA for 8c054c2
ui/src/views/chat/user-login/scanCompinents/wecomQrCode.vue
@@ -1,5 +1,6 @@
1
<template>
2
- <iframe :src="iframeUrl" width="100%" height="380px" frameborder="0"></iframe>
+ <iframe :src="iframeUrl" width="100%" height="380px" frameborder="0"
3
+ style="margin-top: -30px"></iframe>
4
</template>
5
6
<script lang="ts" setup>
ui/src/views/login/scanCompinents/wecomQrCode.vue
0 commit comments