fix: 更多提示的样式优化
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user