diff --git a/pages/chat/ChatMoreTips.vue b/pages/chat/ChatMoreTips.vue index 2f1fed8..1e32b2f 100644 --- a/pages/chat/ChatMoreTips.vue +++ b/pages/chat/ChatMoreTips.vue @@ -60,15 +60,8 @@ const sendReply = (text) => { padding: 2px 12px; display: flex; flex-direction: column; - min-width: 46px; - - // &:first-child { - // margin-left: 12px; - // } - - // &:last-child { - // margin-right: 12px; - // } + flex-shrink: 0; + white-space: nowrap; .more-tips-item-title { font-family: PingFang SC, PingFang SC; @@ -77,6 +70,7 @@ const sendReply = (text) => { color: #00a6ff; line-height: 24px; text-align: center; + white-space: nowrap; } } }