diff --git a/src/layout/components/navbar.vue b/src/layout/components/navbar.vue index 40912354c..e42ec7e19 100644 --- a/src/layout/components/navbar.vue +++ b/src/layout/components/navbar.vue @@ -1,52 +1,26 @@ diff --git a/src/layout/components/search/index.vue b/src/layout/components/search/index.vue index 86880a186..7b04d9eb2 100644 --- a/src/layout/components/search/index.vue +++ b/src/layout/components/search/index.vue @@ -1,6 +1,6 @@ - - - - + + + + + + + + + + + + + 简体中文 + + + + + + English + + + + - - - - - {{ title }} - - - - - - - + + + + + + + + + {{ title }} - - - - - + + + + + + - - - - - - - - - + + + + + - - - - 记住密码 - + + - 忘记密码? - - - - 登录 - - - + + + + + + - - - + + + + 记住密码 + + 忘记密码? + + - {{ item.title }} + 登录 + + + + + + + + {{ item.title }} + + + + + + + + + + 第三方登录 + + + + + - - - - - - 第三方登录 - - - - - - - - - - - - - - - - + + + + + + + + + @@ -212,4 +273,20 @@ watch(imgCode, value => { :deep(.el-input-group__append, .el-input-group__prepend) { padding: 0; } + +.translation { + ::v-deep(.el-dropdown-menu__item) { + padding: 5px 40px; + } + + .check-zh { + position: absolute; + left: 20px; + } + + .check-en { + position: absolute; + left: 20px; + } +}
第三方登录