diff --git a/src/views/dialogue/dialogueView.vue b/src/views/dialogue/dialogueView.vue index fb0b0ce012ac753fdc8d49de67a188817f68b49c..f4ce379d9d8d0904a3772c43de9d595c566db75d 100644 --- a/src/views/dialogue/dialogueView.vue +++ b/src/views/dialogue/dialogueView.vue @@ -207,8 +207,9 @@ watch( - English - 简体中文 +
English
+
+
简体中文
@@ -223,11 +224,13 @@ watch( - {{ $t('Login.logout') }} - API KEY - {{ +
{{ $t('Login.logout') }}
+
+
API KEY
+
+
{{ i18n.global.t('witChainD.witChainD') - }} + }}
@@ -236,7 +239,7 @@ watch( - + @@ -503,16 +506,36 @@ watch( } } -.popper-class { - padding: 3px 0 !important; +.el-popover.popper-class { + padding: 5px 0 !important; + border-radius: 8px; .exit-button { width: 100%; border-radius: 0; } + .lang-button{ + text-align: center; + cursor: pointer; + line-height: 32px; + height: 32px; + + &:hover { + color: white; + background-color: var(--o-color-primary-tertiary); + } + } + .lang-selected{ + color: white; + background-color: var(--o-color-primary-secondary); + } + .divider { + border-bottom: 1px solid var(--o-text-color-tertiary); + } } .language { color: var(--o-text-color-primary); + cursor: pointer; } #sun-icon {