|
@ -4429,10 +4429,9 @@ const emit = defineEmits(["updateMessage", "sendMessage", "ensureAIchat", "enabl |
|
|
/* AI消息容器样式 */ |
|
|
/* AI消息容器样式 */ |
|
|
.ai-message-container { |
|
|
.ai-message-container { |
|
|
background-color: #f1f1f1; |
|
|
background-color: #f1f1f1; |
|
|
border-radius: 15px; |
|
|
|
|
|
|
|
|
border-radius: 10px; |
|
|
align-items: flex-start; |
|
|
align-items: flex-start; |
|
|
margin-right: auto; |
|
|
margin-right: auto; |
|
|
max-width: 80%; |
|
|
|
|
|
width: 100%; |
|
|
width: 100%; |
|
|
white-space: normal; |
|
|
white-space: normal; |
|
|
overflow: visible; |
|
|
overflow: visible; |
|
@ -4519,6 +4518,7 @@ const emit = defineEmits(["updateMessage", "sendMessage", "ensureAIchat", "enabl |
|
|
overflow: visible; |
|
|
overflow: visible; |
|
|
align-items: center; |
|
|
align-items: center; |
|
|
display: flex; |
|
|
display: flex; |
|
|
|
|
|
margin: 10px 20px; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.input-container { |
|
|
.input-container { |
|
@ -5179,7 +5179,6 @@ const emit = defineEmits(["updateMessage", "sendMessage", "ensureAIchat", "enabl |
|
|
.ai-message-wrapper { |
|
|
.ai-message-wrapper { |
|
|
display: flex; |
|
|
display: flex; |
|
|
justify-content: flex-start; |
|
|
justify-content: flex-start; |
|
|
max-width: 80%; |
|
|
|
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
/* 顶部锚点样式 */ |
|
|
/* 顶部锚点样式 */ |
|
|