剧本编制 会话样式调整
This commit is contained in:
parent
34fe136bcb
commit
06796c439b
@ -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;
|
||||||
|
}
|
||||||
|
|
||||||
// 谷歌、safari、qq浏览器、360浏览器滚动条样式
|
// 谷歌、safari、qq浏览器、360浏览器滚动条样式
|
||||||
// 定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸
|
// 定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸
|
||||||
.chatcontentIn::-webkit-scrollbar {
|
.chatcontentIn::-webkit-scrollbar {
|
||||||
|
Loading…
Reference in New Issue
Block a user