剧本编制 会话样式调整

This commit is contained in:
joylink_cuiweidong 2020-09-11 16:01:41 +08:00
parent 34fe136bcb
commit 06796c439b

View File

@ -145,7 +145,7 @@ export default {
<style lang="scss" scoped> <style lang="scss" scoped>
.chatcontentIn{ .chatcontentIn{
height: 100%; height: 100%;
width: 380px; width: 360px;
display: inline-block; display: inline-block;
overflow: auto; overflow: auto;
padding-bottom: 20px; padding-bottom: 20px;
@ -178,7 +178,7 @@ export default {
font-size: 20px; font-size: 20px;
vertical-align: top; vertical-align: top;
} }
.textRight{text-align: right;width: 100%;} .textRight{text-align: right;}
.userMessage{} .userMessage{}
.messageText{line-height: 20px;} .messageText{line-height: 20px;}
.chatContentInClass{ .chatContentInClass{
@ -186,6 +186,10 @@ export default {
width: 100%; width: 100%;
} }
.rightUser .userBubble{
float:right;
}
// safariqq360 // safariqq360
// //
.chatcontentIn::-webkit-scrollbar { .chatcontentIn::-webkit-scrollbar {