|
|
@ -3582,7 +3582,7 @@ const emit = defineEmits(["updateMessage", "sendMessage", "ensureAIchat", "enabl |
|
|
|
} |
|
|
|
|
|
|
|
.bk-image .conclusion-container { |
|
|
|
padding: 20px; |
|
|
|
padding: 45px; |
|
|
|
border-radius: 15px; |
|
|
|
margin: 20px; |
|
|
|
} |
|
|
@ -3639,7 +3639,7 @@ const emit = defineEmits(["updateMessage", "sendMessage", "ensureAIchat", "enabl |
|
|
|
position: relative; |
|
|
|
color: white; |
|
|
|
text-align: left; |
|
|
|
padding: 20px; |
|
|
|
padding: 45px; |
|
|
|
border-radius: 15px; |
|
|
|
} |
|
|
|
|
|
|
@ -4160,15 +4160,12 @@ const emit = defineEmits(["updateMessage", "sendMessage", "ensureAIchat", "enabl |
|
|
|
} |
|
|
|
|
|
|
|
.ai-message { |
|
|
|
/* background-color: #f1f1f1; */ |
|
|
|
color: #000000; |
|
|
|
font-weight: bold; |
|
|
|
padding: 20px 30px; |
|
|
|
border-radius: 15px; |
|
|
|
text-align: left; |
|
|
|
margin-right: auto; |
|
|
|
/* 将AI消息保持在左边 */ |
|
|
|
/* white-space: nowrap; */ |
|
|
|
width: fit-content; |
|
|
|
overflow: visible; |
|
|
|
align-items: center; |
|
|
|