提交 15cb646d 编写于 作者: huangwensu's avatar huangwensu

会话结束样式

上级 b6c04665
...@@ -364,7 +364,7 @@ export default { ...@@ -364,7 +364,7 @@ export default {
} }
} }
.msg-container.has-line { .msg-container.has-line {
border-bottom: 1px solid #F0F1F2; border-top: 1px solid #F0F1F2;
} }
} }
#scroll-set::-webkit-scrollbar { #scroll-set::-webkit-scrollbar {
...@@ -375,8 +375,11 @@ export default { ...@@ -375,8 +375,11 @@ export default {
#scroll-set::-webkit-scrollbar-thumb { #scroll-set::-webkit-scrollbar-thumb {
background-color: #F0F1F2 !important; background-color: #F0F1F2 !important;
} }
// #scroll-set:last-child .msg-container { #scroll-set .item-content:last-child {
// border-bottom: 1px solid #F0F1F2; border-bottom: 1px solid #F0F1F2;
// } }
#scroll-set .item-content:first-child .msg-container {
border: none;
}
} }
</style> </style>
\ No newline at end of file
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册