diff --git a/ui/src/components/ai-chat/component/prologue-content/index.vue b/ui/src/components/ai-chat/component/prologue-content/index.vue index 2bb030f23..433e0ca3d 100644 --- a/ui/src/components/ai-chat/component/prologue-content/index.vue +++ b/ui/src/components/ai-chat/component/prologue-content/index.vue @@ -32,4 +32,6 @@ const prologue = computed(() => { return temp?.replace(/-\s.+/g, toQuickQuestion) }) - + diff --git a/ui/src/components/ai-chat/index.scss b/ui/src/components/ai-chat/index.scss index 4eca190f0..82cfcba8a 100644 --- a/ui/src/components/ai-chat/index.scss +++ b/ui/src/components/ai-chat/index.scss @@ -26,34 +26,6 @@ .text { padding: 6px 0; } - - .problem-button { - width: 100%; - border: none; - border-radius: 8px; - background: var(--app-layout-bg-color); - height: 46px; - padding: 0 12px; - line-height: 46px; - box-sizing: border-box; - color: var(--el-text-color-regular); - -webkit-line-clamp: 1; - word-break: break-all; - - &:hover { - background: var(--el-color-primary-light-9); - } - - &.disabled { - &:hover { - background: var(--app-layout-bg-color); - } - } - - .el-icon { - color: var(--el-color-primary); - } - } } &__operate { background: #f3f7f9; diff --git a/ui/src/components/dynamics-form/items/radio/RadioCard.vue b/ui/src/components/dynamics-form/items/radio/RadioCard.vue index 720df2f8f..10ec6bbda 100644 --- a/ui/src/components/dynamics-form/items/radio/RadioCard.vue +++ b/ui/src/components/dynamics-form/items/radio/RadioCard.vue @@ -1,15 +1,23 @@ - - {} : selected(item[valueField])" - > - {{ item[textField] }} - + + + + + {} : selected(item[valueField])" + > + {{ item[textField] }} + + + +