diff --git a/ui/src/layout/layout-header/UserHeader.vue b/ui/src/layout/layout-header/UserHeader.vue index 521cf46cf..1cdc80db6 100644 --- a/ui/src/layout/layout-header/UserHeader.vue +++ b/ui/src/layout/layout-header/UserHeader.vue @@ -5,15 +5,12 @@ - - -
-
+
+ + + +
diff --git a/ui/src/locales/lang/en-US/views/application-overview.ts b/ui/src/locales/lang/en-US/views/application-overview.ts index a89a6148c..e0948d3be 100644 --- a/ui/src/locales/lang/en-US/views/application-overview.ts +++ b/ui/src/locales/lang/en-US/views/application-overview.ts @@ -38,7 +38,7 @@ export default { showSourceLabel: 'Show Knowledge Source', clientQueryLimitLabel: 'Query Limit per Client', authentication: 'Authentication', - authenticationValue: 'Access Password', + authenticationValue: 'Password Access', timesDays: 'queries per day', whitelistLabel: 'Allowed Domains', whitelistPlaceholder: diff --git a/ui/src/locales/lang/zh-CN/views/application-overview.ts b/ui/src/locales/lang/zh-CN/views/application-overview.ts index 1f15d2c08..a87443306 100644 --- a/ui/src/locales/lang/zh-CN/views/application-overview.ts +++ b/ui/src/locales/lang/zh-CN/views/application-overview.ts @@ -48,7 +48,7 @@ export default { clientQueryLimitLabel: '每个客户端提问限制', timesDays: '次/天', authentication: '身份验证', - authenticationValue: '验证密码', + authenticationValue: '密码验证', whitelistLabel: '白名单', whitelistPlaceholder: '请输入允许嵌入第三方的源地址,一行一个,如:\nhttp://127.0.0.1:5678\nhttps://dataease.io' diff --git a/ui/src/locales/lang/zh-Hant/views/application-overview.ts b/ui/src/locales/lang/zh-Hant/views/application-overview.ts index 25b366be4..976f79a77 100644 --- a/ui/src/locales/lang/zh-Hant/views/application-overview.ts +++ b/ui/src/locales/lang/zh-Hant/views/application-overview.ts @@ -38,7 +38,7 @@ export default { clientQueryLimitLabel: '每個用戶端提問限制', timesDays: '次/天', authentication: '身份驗證', - authenticationValue: '驗證密碼', + authenticationValue: '密碼驗證', whitelistLabel: '白名單', whitelistPlaceholder: '請輸入允許嵌入第三方的來源位址,一行一個,如:\nhttp://127.0.0.1:5678\nhttps://dataease.io' diff --git a/ui/src/styles/component.scss b/ui/src/styles/component.scss index ad8e64c9e..ee2329499 100644 --- a/ui/src/styles/component.scss +++ b/ui/src/styles/component.scss @@ -135,13 +135,13 @@ color: var(--app-text-color); } - :deep(.el-radio__label) { - padding-left: 30px; + .el-radio__label { + padding-left: 24px; width: 100%; } - :deep(.el-radio__input) { + .el-radio__input { position: absolute; - top: 16px; + top: 5px; } .active { border: 1px solid var(--el-color-primary); diff --git a/ui/src/styles/element-plus.scss b/ui/src/styles/element-plus.scss index 6d056a5b2..c83e021ad 100644 --- a/ui/src/styles/element-plus.scss +++ b/ui/src/styles/element-plus.scss @@ -230,6 +230,7 @@ .el-form-item__label { font-weight: 400; width: 100%; + color: var(--el-text-color-primary); } .el-form-item__error { diff --git a/ui/src/views/application-overview/xpack-component/XPackDisplaySettingDialog.vue b/ui/src/views/application-overview/xpack-component/XPackDisplaySettingDialog.vue index ce43ecb9c..b936d2e17 100644 --- a/ui/src/views/application-overview/xpack-component/XPackDisplaySettingDialog.vue +++ b/ui/src/views/application-overview/xpack-component/XPackDisplaySettingDialog.vue @@ -376,10 +376,6 @@ $t('views.applicationOverview.appInfo.SettingDisplayDialog.showExecutionDetail') " /> - - - + + + @@ -28,42 +30,81 @@ - - - - - +

+ + + + + + + + + + + + + + +
-
+