mirror of
https://github.com/algerkong/AlgerMusicPlayer.git
synced 2026-04-23 23:57:22 +08:00
没什么
This commit is contained in:
+1
-1
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user