diff --git a/ui/src/components/ai-chat/ParagraphSourceDialog.vue b/ui/src/components/ai-chat/ParagraphSourceDialog.vue index 20c5dd42..adc99a2a 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 2f9d8951..c910081e 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 f36045ef..d9e32c5f 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 7e693ff2..087a86e9 100644 --- a/ui/src/views/application/CreateAndSetting.vue +++ b/ui/src/views/application/CreateAndSetting.vue @@ -82,9 +82,11 @@