fix: 更多提示的样式优化
This commit is contained in:
@@ -60,15 +60,8 @@ const sendReply = (text) => {
|
|||||||
padding: 2px 12px;
|
padding: 2px 12px;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
min-width: 46px;
|
flex-shrink: 0;
|
||||||
|
white-space: nowrap;
|
||||||
// &:first-child {
|
|
||||||
// margin-left: 12px;
|
|
||||||
// }
|
|
||||||
|
|
||||||
// &:last-child {
|
|
||||||
// margin-right: 12px;
|
|
||||||
// }
|
|
||||||
|
|
||||||
.more-tips-item-title {
|
.more-tips-item-title {
|
||||||
font-family: PingFang SC, PingFang SC;
|
font-family: PingFang SC, PingFang SC;
|
||||||
@@ -77,6 +70,7 @@ const sendReply = (text) => {
|
|||||||
color: #00a6ff;
|
color: #00a6ff;
|
||||||
line-height: 24px;
|
line-height: 24px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user