Forráskód Böngészése

Merge branch 'beta' of https://git.cocorobo.cn/CocoRoboLabs/pbl-student-table into beta

lsc 9 hónapja
szülő
commit
e26d6e4d72

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

@@ -413,7 +413,7 @@
             :disabled="loading || chatLoading"
             v-loading="loading || chatLoading"
             @keyup.enter.native="send()"
-						placeholder="输入'@'能进行对任务或学生分析'"
+						placeholder="输入'@'能进行对任务或学生分析"
             class="s_b_i_left"
             v-model="text"
             ref="textRef"
@@ -2332,7 +2332,7 @@ ${_wordData}
 }
 
 .s_b_ab_u_message > span {
-  font-size: 18px;
+  font-size: 16px;
   font-weight: bold;
   display: flex;
   align-items: flex-end;
@@ -2344,7 +2344,7 @@ ${_wordData}
   display: flex;
   justify-content: space-between;
   align-items: center;
-  font-size: 18px;
+  font-size: 16px;
   font-weight: bold;
   flex: 1;
 }