mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-23 19:32:35 +00:00
perf: 深色模式下无法扫描登录二维码的情况
This commit is contained in:
parent
1be7e67655
commit
3d30f4e6c2
@ -21,7 +21,7 @@
|
||||
|
||||
<transition name="login-mode">
|
||||
<div v-if="loginMode=='qrcode'" class="login-qrcode" @click="qrcodeRefresh">
|
||||
<VueQrcode :value="qrcodeUrl" :options="{width:200,margin:0}"></VueQrcode>
|
||||
<VueQrcode :value="qrcodeUrl" :options="{width:200,margin:2}"></VueQrcode>
|
||||
</div>
|
||||
</transition>
|
||||
<transition name="login-mode">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user