From 8009c38bd839f3d3695c49eaed5462015d26c22e Mon Sep 17 00:00:00 2001 From: preschooler Date: Mon, 19 Aug 2024 10:53:46 +0800 Subject: [PATCH 1/4] =?UTF-8?q?=F0=9F=8C=88=20style:=E8=A7=84=E8=8C=83styl?= =?UTF-8?q?e=E4=BD=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/styles/theme.scss | 11 ----------- src/views/Login/Login.vue | 12 ++++++++++++ 2 files changed, 12 insertions(+), 11 deletions(-) diff --git a/src/styles/theme.scss b/src/styles/theme.scss index 149002cf5..39b03b3dd 100644 --- a/src/styles/theme.scss +++ b/src/styles/theme.scss @@ -4,14 +4,3 @@ // .dark .dark\:text-color { // color: rgba(255, 255, 255, var(--dark-text-color)); // } - -// 登录页 -.dark .login-form { - .el-divider__text { - background-color: var(--login-bg-color); - } - - .el-card { - background-color: var(--login-bg-color); - } -} diff --git a/src/views/Login/Login.vue b/src/views/Login/Login.vue index e12457572..868d5a3f7 100644 --- a/src/views/Login/Login.vue +++ b/src/views/Login/Login.vue @@ -104,3 +104,15 @@ $prefix-cls: #{$namespace}-login; } } + + \ No newline at end of file -- Gitee From edf6ed162a4a7e4b69b394fad1514a7f615e7c00 Mon Sep 17 00:00:00 2001 From: preschooler Date: Mon, 19 Aug 2024 13:49:27 +0800 Subject: [PATCH 2/4] =?UTF-8?q?=F0=9F=90=9E=20fix:=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E6=A0=87=E7=AD=BE=E6=A0=8F=E9=AB=98=E5=BA=A6=EF=BC=88=E8=A2=AB?= =?UTF-8?q?box-sizing=E5=92=8Cscrollbar=5F=5Fview=E7=9A=84height:=2099%?= =?UTF-8?q?=E5=B9=B2=E6=89=B0=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layout/components/TagsView/src/TagsView.vue | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/layout/components/TagsView/src/TagsView.vue b/src/layout/components/TagsView/src/TagsView.vue index cdd7494d5..902288d86 100644 --- a/src/layout/components/TagsView/src/TagsView.vue +++ b/src/layout/components/TagsView/src/TagsView.vue @@ -280,7 +280,7 @@ watch(
-
+
Date: Mon, 19 Aug 2024 15:12:57 +0800 Subject: [PATCH 3/4] =?UTF-8?q?=F0=9F=90=9E=20fix:=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E5=85=A8=E5=B1=80box-sizing:=20border-box;=EF=BC=8C=E6=AD=A4?= =?UTF-8?q?=E6=A8=A1=E5=BC=8F=E5=9C=A8=E5=B8=83=E5=B1=80=E4=B8=AD=E6=9C=80?= =?UTF-8?q?=E4=B8=BA=E5=90=88=E7=90=86=EF=BC=8C=E4=B8=94=E6=80=BB=E4=BC=9A?= =?UTF-8?q?=E6=9C=89=E7=BB=84=E4=BB=B6=E5=85=A8=E5=B1=80=E4=BF=AE=E6=94=B9?= =?UTF-8?q?box-sizing=E5=AF=BC=E8=87=B4=E4=B8=AD=E9=80=94=E5=BD=B1?= =?UTF-8?q?=E5=93=8D=E5=B8=83=E5=B1=80=EF=BC=88=E5=A6=82=EF=BC=9A=E8=BF=9B?= =?UTF-8?q?=E5=85=A5=E6=B5=81=E7=A8=8B=E6=A8=A1=E5=9E=8B=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E5=AF=BC=E8=87=B4=E6=A0=87=E7=AD=BE=E6=A0=8F=E9=AB=98=E5=BA=A6?= =?UTF-8?q?=E3=80=81=E4=B8=BB=E5=AE=B9=E5=99=A8=E5=AE=BD=E5=BA=A6=E9=97=AE?= =?UTF-8?q?=E9=A2=98=EF=BC=89=EF=BC=9B=E5=8F=AF=E8=83=BD=E8=BD=BB=E5=BE=AE?= =?UTF-8?q?=E5=BD=B1=E5=93=8D=E6=9F=90=E4=BA=9B=E5=B8=83=E5=B1=80=EF=BC=8C?= =?UTF-8?q?=E5=8F=91=E7=8E=B0=E5=90=8E=E4=BF=AE=E5=A4=8D=E5=8D=B3=E5=8F=AF?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layout/components/AppView.vue | 15 +++++++-------- src/styles/var.css | 6 ++++++ 2 files changed, 13 insertions(+), 8 deletions(-) diff --git a/src/layout/components/AppView.vue b/src/layout/components/AppView.vue index 443418732..d708b71bd 100644 --- a/src/layout/components/AppView.vue +++ b/src/layout/components/AppView.vue @@ -36,26 +36,25 @@ provide('reload', reload)