From 9688cf13c95e8b41956cef37aea1224796c60f57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B4=E6=96=B0=E7=A7=91?= Date: Sat, 22 Jan 2022 10:21:17 +0800 Subject: [PATCH] =?UTF-8?q?+=20=E6=96=B0=E5=8A=9F=E8=83=BD=E6=8F=90?= =?UTF-8?q?=E7=A4=BA=E6=A1=86(=E7=99=BD/=E9=BB=91)=20+=20fix:=20=E6=9A=97?= =?UTF-8?q?=E9=BB=91=E6=A8=A1=E5=BC=8F=20=E4=B8=80=E4=BA=9B=E5=B0=8F?= =?UTF-8?q?=E9=97=AE=E9=A2=98=20+=20=E4=B8=80=E4=BA=9B=20scss=20=E9=80=9A?= =?UTF-8?q?=E7=94=A8=E6=96=B9=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (cherry picked from commit 8c149b6fa82dde3d2c03c236c699939154c65508) --- src/App.vue | 9 +++- src/component/FileSelector.vue | 2 +- src/scss/_dark-mode.scss | 77 ++++++++++++++++++++++++++---- src/scss/_element-ui-overrite.scss | 39 +++++++++++++++ src/scss/_gaps.scss | 4 +- src/scss/_utility.scss | 72 ++++++++++++++++++++++++++++ src/scss/_variables.scss | 8 +++- src/scss/unlock-music.scss | 23 ++++++++- src/view/Home.vue | 2 +- 9 files changed, 220 insertions(+), 16 deletions(-) create mode 100644 src/scss/_element-ui-overrite.scss create mode 100644 src/scss/_utility.scss diff --git a/src/App.vue b/src/App.vue index a0b2caa..176b755 100644 --- a/src/App.vue +++ b/src/App.vue @@ -71,7 +71,14 @@ export default { } else { this.$notify.info({ title: '离线使用', - message: `我们使用PWA技术,无网络也能使用
最近更新:${config.updateInfo}
使用提示`, + message: `
+

我们使用 PWA 技术,无网络也能使用

+
+
最近更新
+
${config.updateInfo}
+
+ 使用提示 +
`, dangerouslyUseHTMLString: true, duration: 10000, position: 'top-left', diff --git a/src/component/FileSelector.vue b/src/component/FileSelector.vue index fba41a6..058bfcd 100644 --- a/src/component/FileSelector.vue +++ b/src/component/FileSelector.vue @@ -1,7 +1,7 @@