mirror of
https://github.com/algerkong/AlgerMusicPlayer.git
synced 2026-04-28 02:47:22 +08:00
没什么
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@
|
|||||||
<title>Vite App</title>
|
<title>Vite App</title>
|
||||||
<link
|
<link
|
||||||
rel="stylesheet"
|
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" />
|
<link rel="stylesheet" href="./public/css/animate.css" />
|
||||||
<style>
|
<style>
|
||||||
|
|||||||
@@ -54,7 +54,9 @@ const timerIsQr = (key: string) => {
|
|||||||
<template>
|
<template>
|
||||||
<div class="login-page">
|
<div class="login-page">
|
||||||
<div class="login-title">扫码登陆</div>
|
<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 class="text">使用网易云APP扫码登录</div>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
@@ -71,4 +73,7 @@ const timerIsQr = (key: string) => {
|
|||||||
.text {
|
.text {
|
||||||
@apply mt-4 text-green-500 text-xs;
|
@apply mt-4 text-green-500 text-xs;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.qr {
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
Reference in New Issue
Block a user