fix: 更多提示的样式优化

This commit is contained in:
2025-09-09 17:54:18 +08:00
parent 64d361f74b
commit 2f8186f675

View File

@@ -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;
}
}
}