Commit 68e34e3b authored by shirlyn.guo's avatar shirlyn.guo 👌🏻

Merge branch 'master' of https://gitlab.gsstcloud.com/poc/poc-fe into shirlyn

parents 364d6497 8b2feba6
import CMessage from './src/message'
import './src/message.scss'
import CMessage from './message'
import './message.scss'
export default CMessage
......@@ -236,7 +236,7 @@ function handleAddAnswerMessageItem(messageId: string, messageItem: MessageItemI
}
// 更新对话信息
function handleUpdateSpecifyMessageItem(messageId: string, newObj: Partial<ConversationMessageItem>, index: number) {
function handleUpdateSpecifyMessageItem(messageId: string, newObj: Partial<MessageItemInterface>, index: number) {
const currentMessageItemInfo = multiModelDialogueList.value[index].messageList.get(messageId)
if (currentMessageItemInfo) {
......
......@@ -69,9 +69,9 @@ function handleConfirm() {
@confirm="handleConfirm"
>
<template #content>
<div class="mb-3 flex h-8 w-full items-center rounded bg-[#FFF4E6] px-4">
<CustomIcon icon="ep:warning-filled" class="mr-2 h-4 w-4 text-[#FFA500]" />
<span>
<div class="mb-3 flex w-full items-center rounded bg-[#FFF4E6] px-4 py-[7px]">
<CustomIcon icon="ep:warning-filled" class="mr-2 h-4 w-4 flex-shrink-0 text-[#FFA500]" />
<span class="text-[14px] leading-[18px]">
{{
t(
'personal_space_module.agent_module.agent_setting_module.agent_config_module.auto_config_modal_module.generate_tip_message',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment