没什么

This commit is contained in:
algerkong
2021-09-30 00:42:39 +08:00
parent da992fc504
commit 5a6a43acea
2 changed files with 7 additions and 2 deletions
+6 -1
View File
@@ -54,7 +54,9 @@ const timerIsQr = (key: string) => {
<template>
<div class="login-page">
<div class="login-title">扫码登陆</div>
<img class="qr-img" :src="qrUrl" />
<div class="qr">
<img class="qr-img" :src="qrUrl" />
</div>
<div class="text">使用网易云APP扫码登录</div>
</div>
</template>
@@ -71,4 +73,7 @@ const timerIsQr = (key: string) => {
.text {
@apply mt-4 text-green-500 text-xs;
}
.qr {
}
</style>