|
@@ -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;
|
|
|
}
|