This commit is contained in:
parent
4296226396
commit
7bd12fedeb
|
|
@ -417,12 +417,12 @@ export default {
|
|||
|
||||
.message-item.user {
|
||||
justify-content: flex-end;
|
||||
padding: 0 30rpx 0 80rpx; /* 右边距30rpx,左边距80rpx给AI消息留空间 */
|
||||
padding: 0 10rpx 0 80rpx; /* 右边距30rpx,左边距80rpx给AI消息留空间 */
|
||||
}
|
||||
|
||||
.message-item.ai {
|
||||
justify-content: flex-start;
|
||||
padding: 0 80rpx 0 30rpx; /* 左边距30rpx,右边距80rpx给用户消息留空间 */
|
||||
padding: 0 80rpx 0 10rpx; /* 左边距30rpx,右边距80rpx给用户消息留空间 */
|
||||
}
|
||||
|
||||
.message-avatar {
|
||||
|
|
|
|||
Loading…
Reference in New Issue