diff --git a/frontend/src/i18n/en.json b/frontend/src/i18n/en.json index 40993925..5578ea6d 100644 --- a/frontend/src/i18n/en.json +++ b/frontend/src/i18n/en.json @@ -1,5 +1,6 @@ { "menu": { + "Dashboard1:": "Default password:{msg}", "add_interface_credentials": "Please add interface credentials", "Data Q&A": "Data Q&A", "Data Connections": "Data Sources", diff --git a/frontend/src/i18n/ko-KR.json b/frontend/src/i18n/ko-KR.json index 1ff22322..534c054f 100644 --- a/frontend/src/i18n/ko-KR.json +++ b/frontend/src/i18n/ko-KR.json @@ -1,5 +1,6 @@ { "menu": { + "Dashboard1:": "기본 비밀번호:{msg}", "add_interface_credentials": "인터페이스 자격 증명을 추가하십시오", "Data Q&A": "스마트 데이터 조회", "Data Connections": "데이터 소스", diff --git a/frontend/src/i18n/zh-CN.json b/frontend/src/i18n/zh-CN.json index bda92d77..a38782ee 100644 --- a/frontend/src/i18n/zh-CN.json +++ b/frontend/src/i18n/zh-CN.json @@ -1,6 +1,8 @@ { "menu": { + "Dashboard1": "默认密码:{msg}", "add_interface_credentials": "请添加接口凭证", + "kkk:": "默认密码:{msg}", "Data Q&A": "智能问数", "Data Connections": "数据源", "Dashboard": "仪表盘", @@ -716,4 +718,4 @@ "input_account": "请输入账号", "redirect_2_auth": "正在跳转至 {0} 认证,{1} 秒..." } -} +} \ No newline at end of file diff --git a/frontend/src/views/chat/ChatList.vue b/frontend/src/views/chat/ChatList.vue index 04d4b682..80e27672 100644 --- a/frontend/src/views/chat/ChatList.vue +++ b/frontend/src/views/chat/ChatList.vue @@ -401,7 +401,7 @@ const handleConfirmPassword = () => { box-shadow: 0px 4px 8px 0px #1f23291a; border-radius: 4px; border: 1px solid #dee0e3; - width: 120px !important; + width: fit-content !important; min-width: 120px !important; padding: 0; .content { @@ -417,7 +417,7 @@ const handleConfirmPassword = () => { } .item { position: relative; - padding-left: 12px; + padding: 0 12px; height: 40px; display: flex; align-items: center; @@ -434,7 +434,7 @@ const handleConfirmPassword = () => { &::after { content: ''; - width: 112px; + width: calc(100% - 8px); height: 32px; border-radius: 4px; position: absolute; diff --git a/frontend/src/views/ds/Card.vue b/frontend/src/views/ds/Card.vue index 40e2ee59..138619f2 100644 --- a/frontend/src/views/ds/Card.vue +++ b/frontend/src/views/ds/Card.vue @@ -259,7 +259,7 @@ const onClickOutside = () => { box-shadow: 0px 4px 8px 0px #1f23291a; border-radius: 4px; border: 1px solid #dee0e3; - width: 120px !important; + width: fit-content !important; min-width: 120px !important; padding: 0; @@ -278,7 +278,7 @@ const onClickOutside = () => { .item { position: relative; - padding-left: 12px; + padding: 0 12px; height: 40px; display: flex; align-items: center; @@ -297,7 +297,7 @@ const onClickOutside = () => { &::after { content: ''; - width: 112px; + width: calc(100% - 8px); height: 32px; border-radius: 4px; position: absolute; diff --git a/frontend/src/views/system/embedded/Card.vue b/frontend/src/views/system/embedded/Card.vue index c363bcd2..32d92399 100644 --- a/frontend/src/views/system/embedded/Card.vue +++ b/frontend/src/views/system/embedded/Card.vue @@ -260,7 +260,7 @@ const pageLogo = computed(() => { box-shadow: 0px 4px 8px 0px #1f23291a; border-radius: 4px; border: 1px solid #dee0e3; - width: 120px !important; + width: fit-content !important; min-width: 120px !important; padding: 0; @@ -279,7 +279,7 @@ const pageLogo = computed(() => { .item { position: relative; - padding-left: 12px; + padding: 0 12px; height: 40px; display: flex; align-items: center; @@ -298,7 +298,7 @@ const pageLogo = computed(() => { &::after { content: ''; - width: 112px; + width: calc(100% - 8px); height: 32px; border-radius: 4px; position: absolute; diff --git a/frontend/src/views/system/embedded/DsCard.vue b/frontend/src/views/system/embedded/DsCard.vue index b1968b56..1685ae66 100644 --- a/frontend/src/views/system/embedded/DsCard.vue +++ b/frontend/src/views/system/embedded/DsCard.vue @@ -215,7 +215,7 @@ const handlePublic = () => { box-shadow: 0px 4px 8px 0px #1f23291a; border-radius: 4px; border: 1px solid #dee0e3; - width: 120px !important; + width: fit-content !important; min-width: 120px !important; padding: 0; .content { @@ -231,7 +231,7 @@ const handlePublic = () => { } .item { position: relative; - padding-left: 12px; + padding: 0 12px; height: 40px; display: flex; align-items: center; @@ -248,7 +248,7 @@ const handlePublic = () => { &::after { content: ''; - width: 112px; + width: calc(100% - 8px); height: 32px; border-radius: 4px; position: absolute; diff --git a/frontend/src/views/system/user/User.vue b/frontend/src/views/system/user/User.vue index 1213a8f4..08e05856 100644 --- a/frontend/src/views/system/user/User.vue +++ b/frontend/src/views/system/user/User.vue @@ -236,6 +236,19 @@ size="600px" :before-close="onFormClose" > +