From 786f25bfd48ff001ff93dce49b4434d67f583b6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=96=AF=E7=8B=82=E7=9A=84=E7=8B=AE=E5=AD=90Li?= <15040126243@163.com> Date: Thu, 28 Nov 2024 12:43:32 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E4=BC=98=E5=8C=96=20=E7=99=BB?= =?UTF-8?q?=E5=BD=95=E9=A1=B5=E5=A4=9A=E8=AF=AD=E8=A8=80=E6=8C=89=E9=92=AE?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/login.vue | 10 +++------- src/views/register.vue | 11 ++++------- 2 files changed, 7 insertions(+), 14 deletions(-) diff --git a/src/views/login.vue b/src/views/login.vue index 4c89c14..aabf2aa 100644 --- a/src/views/login.vue +++ b/src/views/login.vue @@ -3,7 +3,7 @@

RuoYi-Vue-Plus多租户管理系统

- +
@@ -246,13 +246,9 @@ onMounted(() => { color: #707070; } - .lang-select { - line-height: 30px; + :deep(.lang-select--style) { + line-height: 0; color: #7483a3; - - &.hover-effect { - cursor: pointer; - } } } diff --git a/src/views/register.vue b/src/views/register.vue index 5d3edaa..9f76c70 100644 --- a/src/views/register.vue +++ b/src/views/register.vue @@ -3,7 +3,7 @@

RuoYi-Vue-Plus多租户管理系统

- +
@@ -196,14 +196,11 @@ onMounted(() => { color: #707070; } - .lang-select { - line-height: 30px; + :deep(.lang-select--style) { + line-height: 0; color: #7483a3; - - &.hover-effect { - cursor: pointer; - } } + } .register-form {