소스 검색

update pc_chat

luke 6 년 전
부모
커밋
e2ab0a2757
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      pc_chat/src/components/chat.vue

+ 2 - 2
pc_chat/src/components/chat.vue

@@ -2195,7 +2195,7 @@
 	}
 
 	textarea {
-		height: 30px;
+		height: 40px;
 		width: 300px;
 		border: 0;
 		-webkit-user-select: auto;
@@ -2205,7 +2205,7 @@
 		resize: none;
 		outline: none;
 		padding-top: 10px;
-		overflow: hidden;
+		overflow-y: auto;
 	}
 
 	.sendOut {