diff --git a/ui/src/components/ai-chat/ParagraphSourceDialog.vue b/ui/src/components/ai-chat/ParagraphSourceDialog.vue index 20c5dd42f..adc99a2a6 100644 --- a/ui/src/components/ai-chat/ParagraphSourceDialog.vue +++ b/ui/src/components/ai-chat/ParagraphSourceDialog.vue @@ -18,7 +18,7 @@ diff --git a/ui/src/styles/app.scss b/ui/src/styles/app.scss index 2f9d89511..c910081ea 100644 --- a/ui/src/styles/app.scss +++ b/ui/src/styles/app.scss @@ -200,6 +200,9 @@ h4 { align-items: center; } +.text-left { + text-align: left; +} .text-center { text-align: center; } diff --git a/ui/src/styles/element-plus.scss b/ui/src/styles/element-plus.scss index f36045ef8..d9e32c5f3 100644 --- a/ui/src/styles/element-plus.scss +++ b/ui/src/styles/element-plus.scss @@ -16,6 +16,11 @@ background: var(--app-text-color-light-1); } } + &:focus { + color: var(--el-button-text-color); + background-color: var(--el-button-bg-color); + border-color: var(--el-button-border-color); + } } .el-avatar { --el-avatar-bg-color: var(--el-color-primary); @@ -55,6 +60,10 @@ .el-message-box__header { padding: 0; } + .el-message-box__title { + word-break: break-all; + width: 95%; + } } .el-message-box__content { diff --git a/ui/src/views/application/CreateAndSetting.vue b/ui/src/views/application/CreateAndSetting.vue index 7e693ff22..087a86e94 100644 --- a/ui/src/views/application/CreateAndSetting.vue +++ b/ui/src/views/application/CreateAndSetting.vue @@ -82,9 +82,11 @@