剧本编制 会话样式调整

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