feat: 消息的宽度的限制

This commit is contained in:
2025-09-01 18:53:12 +08:00
parent a366e259da
commit 5b852235b9

View File

@@ -72,7 +72,7 @@ watch(
.chat-ai {
margin: 6px 12px;
padding: 0 12px;
max-width: 100%; // ✅ 限制最大宽度
min-width: 90px;
background: rgba(255, 255, 255, 0.4);
box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.1);
@@ -86,6 +86,7 @@ watch(
display: flex;
align-items: center;
padding: 4px 0;
max-width: 100%; // ✅ 限制最大宽度
}
.loading-img {