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 {