浏览代码

聊天区域优化

SanHQin 1 年之前
父节点
当前提交
15c714bde6

+ 2 - 0
src/components/pages/classroomObservation/components/tape.vue

@@ -680,5 +680,7 @@ import pdf from './pdf.vue';
 	margin-top: 10px;
 	margin-top: 10px;
 	width: 100%;
 	width: 100%;
 	height: auto;
 	height: auto;
+	white-space: pre-line;
+	word-break: break-all;
 }
 }
 </style>
 </style>

+ 2 - 0
src/components/pages/classroomObservation/components/transcription.vue

@@ -57,6 +57,8 @@
 	padding:20px 30px;
 	padding:20px 30px;
 	box-sizing: border-box;
 	box-sizing: border-box;
 	overflow: auto;
 	overflow: auto;
+	white-space: pre-line;
+	word-break: break-all;
 }
 }
 
 
 </style>
 </style>