Files
YGChatCS/src/pages/index/components/chat/ChatCardMine/styles/index.scss

11 lines
218 B
SCSS

.chat-mine {
margin: 0 12px 6px;
padding: 8px 16px;
border-radius: 15px;
display: flex;
flex-direction: column;
max-width: 100%; // ✅ 限制最大宽度
overflow-x: hidden; // ✅ 防止横向撑开
}