|
|
@@ -219,4 +219,33 @@ body {
|
|
|
width: 100px !important;
|
|
|
height: 100px !important;
|
|
|
line-height: 100px !important;
|
|
|
+}
|
|
|
+.chattingBox .el-textarea__inner{
|
|
|
+ padding:5px 10px !important;
|
|
|
+ height: 75px !important;
|
|
|
+}
|
|
|
+
|
|
|
+.chattingBox .el-textarea__inner::-webkit-scrollbar {
|
|
|
+ border: .02rem solid #FFF;
|
|
|
+}
|
|
|
+
|
|
|
+.chattingBox .el-textarea__inner::-webkit-scrollbar {
|
|
|
+ width: .4rem;
|
|
|
+ height: .04rem;
|
|
|
+}
|
|
|
+
|
|
|
+.chattingBox .el-textarea__inner::-webkit-scrollbar-button {
|
|
|
+ width: 0px;
|
|
|
+ height: 0px;
|
|
|
+}
|
|
|
+
|
|
|
+.chattingBox .el-textarea__inner::-webkit-scrollbar-thumb {
|
|
|
+ border-radius: .4rem;
|
|
|
+ box-shadow: inset 0 0 0 .04rem #aaa;
|
|
|
+ border: .02rem solid transparent;
|
|
|
+}
|
|
|
+
|
|
|
+.chattingBox .el-textarea__inner::-webkit-scrollbar-track {
|
|
|
+ display: block;
|
|
|
+ background: rgba(0, 0, 0, 0.1);
|
|
|
}
|