parent
1536637159
commit
86b3a51206
|
|
@ -1783,12 +1783,12 @@ export default {
|
||||||
}
|
}
|
||||||
|
|
||||||
.message-content-width {
|
.message-content-width {
|
||||||
width: 70%;
|
max-width: 70%;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* 回答反馈容器,跟随左侧消息,右下角对齐 */
|
/* 回答反馈容器,跟随左侧消息,右下角对齐 */
|
||||||
.feedback-container {
|
.feedback-container {
|
||||||
width: 70%;
|
max-width: 70%;
|
||||||
margin-left: 80rpx; /* 头像宽度64rpx + 间距16rpx */
|
margin-left: 80rpx; /* 头像宽度64rpx + 间距16rpx */
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: flex-end;
|
justify-content: flex-end;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue