Browse Source

修改颜色

SanHQin 1 year ago
parent
commit
346e246ffc
1 changed files with 4 additions and 4 deletions
  1. 4 4
      src/components/classRoomHelper/component/searchArea.vue

+ 4 - 4
src/components/classRoomHelper/component/searchArea.vue

@@ -250,10 +250,10 @@ https://www.bilibili.com/video/BV1ZD4y1U7H7/ `;
 	height: auto;
 	box-sizing: border-box;
 	padding: 10px;
-	color: white;
-	background-color: #3681FC;
-	border-radius: 8px 2px 8px 8px;
-  white-space: pre-line
+	background-color: #F6F8FF;
+	border-radius: 2px 8px 8px 8px;
+  white-space: pre-line;
+	word-break: break-all;
 }
 
 .s_t_c_u_l_time{