没什么

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
+1 -1
View File
@@ -7,7 +7,7 @@
<title>Vite App</title>
<link
rel="stylesheet"
href="//at.alicdn.com/t/font_2685283_9pkmebnv585.css"
href="//at.alicdn.com/t/font_2685283_5bo4ekd5wh.css"
/>
<link rel="stylesheet" href="./public/css/animate.css" />
<style>
+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>