From 47d2ed655ccdda0953f1f0deb6bf7adaff51f3b6 Mon Sep 17 00:00:00 2001 From: wangdan-fit2cloud Date: Wed, 24 Jan 2024 17:43:12 +0800 Subject: [PATCH] feat: --- .../ai-chat/ParagraphSourceDialog.vue | 2 +- ui/src/layout/components/breadcrumb/index.vue | 19 +++++++++++++------ ui/src/styles/app.scss | 3 +++ ui/src/styles/element-plus.scss | 9 +++++++++ ui/src/views/application/CreateAndSetting.vue | 8 +++++--- 5 files changed, 31 insertions(+), 10 deletions(-) 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 @@