Browse Source

手机版回绝文案溢出问题

milestone-20250710-上线前优化
no99 2 days ago
parent
commit
e0beca81d2
  1. 4
      src/views/AIchat.vue

4
src/views/AIchat.vue

@ -1178,7 +1178,7 @@ watch(
class: "ing",
type: "ing",
flag: flag,
content: aiContent,
content: AIcontent,
});
chatStore.isLoading = false;
@ -5088,7 +5088,7 @@ p {
.ai-message-content {
display: flex;
align-items: center;
white-space: nowrap;
/* white-space: nowrap; */
width: fit-content;
overflow: visible;
}

Loading…
Cancel
Save