From 8295b75371305224d5b223ae2566c50efbb94749 Mon Sep 17 00:00:00 2001 From: dap <15891557205@163.com> Date: Thu, 1 Feb 2024 14:41:38 +0800 Subject: [PATCH 01/13] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E5=A4=9C?= =?UTF-8?q?=E9=97=B4=E6=A8=A1=E5=BC=8F=E4=BC=9A=E7=99=BD=E5=B1=8F=E5=8A=A0?= =?UTF-8?q?=E8=BD=BD=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/index.html b/index.html index 16722a6..753eb82 100644 --- a/index.html +++ b/index.html @@ -19,6 +19,10 @@ line-height: 1.15; } + html[data-theme='dark'] { + background-color: #2c344a; + } + html[data-theme='dark'] .app-loading { background-color: #2c344a; } @@ -143,6 +147,17 @@ } } +
-- Gitee From c6a052521ea6d833926ac5e1f96d68e98ee3e7a7 Mon Sep 17 00:00:00 2001 From: dap <15891557205@163.com> Date: Thu, 1 Feb 2024 14:56:08 +0800 Subject: [PATCH 02/13] =?UTF-8?q?chore:=20=E9=87=87=E7=94=A8skeleton?= =?UTF-8?q?=E5=8A=A0=E8=BD=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/user/UserInfoModal.vue | 56 +++++++++++++------------ 1 file changed, 29 insertions(+), 27 deletions(-) diff --git a/src/views/system/user/UserInfoModal.vue b/src/views/system/user/UserInfoModal.vue index 9b3b3ef..35eefb5 100644 --- a/src/views/system/user/UserInfoModal.vue +++ b/src/views/system/user/UserInfoModal.vue @@ -1,6 +1,7 @@