Browse Source

update src

luke 6 years ago
parent
commit
5a8abb41b8
1 changed files with 4 additions and 1 deletions
  1. 4 1
      pc_chat/src/components/chat.vue

+ 4 - 1
pc_chat/src/components/chat.vue

@@ -400,6 +400,7 @@
 							<div class="row center allAlignment chattingBox">
 								<div style="height:44px;width:300px;">
 									<textarea name=""
+											  class="scroll"
 											  id="information"
 											  v-model.trim="information"
 											  cols="30"
@@ -2166,7 +2167,8 @@
 
 	.informationBox {
 		height: 450px;
-		overflow: auto;
+		overflow-y: auto;
+		overflow-x: hidden;
 	}
 
 	.expression, .photo {
@@ -2206,6 +2208,7 @@
 		outline: none;
 		padding-top: 10px;
 		overflow-y: auto;
+
 	}
 
 	.sendOut {