11wqe1 4 months ago
parent
commit
44a3403f13

+ 3 - 0
src/components/classRoomHelper/component/levitatedSphere.vue

@@ -294,6 +294,7 @@ export default {
                           if (!_this.talkLoading) _this.talkText();
                         }
                         _this.chatLoading = false;
+                        _this.userText = '';
                       } else {
                         // _talkIndex+=1;
                         let _text = _eData.replace("'", "").replace("'", "");
@@ -331,6 +332,8 @@ export default {
                     },
                     onclose(){
                       _this.$forceUpdate();
+                      _this.userText = '';
+
                       // _this.stopTalkToken = null;
                       // // _this.faloading = false;
                       _this.curRequestController = null;

+ 2 - 1
src/components/components/appStoreC.vue

@@ -17,8 +17,9 @@
                 scrolling = "no"
                 :src="urlData"
                 ref="appStore"
-                style="width: 100%;height: 90%;"
+                style="width: 100%;height: 100%;overflow: auto;"
             ></iframe>
+            
             <div style="display: flex;justify-content: flex-end;padding: 0 30px;box-sizing: border-box;">
                 <el-button type="primary" style="margin-right: 20px;" size="medium" @click="handleClose">关闭</el-button>
                 <el-button type="primary" @click="uploadWork" size="medium">提交作业</el-button>

+ 1 - 1
src/components/components/cocoFlowDia.vue

@@ -18,7 +18,7 @@
                 <div style="margin-bottom: 15px;font-size: 20px;font-weight: 600;color: #000;">第{{ index + 1}}阶段</div>
                 <div v-for="po in item.messages" :key="item">
                     <div class="left" v-if="po.role == 'assistant'">
-                            <div class="TName">小可ai助手</div>:
+                            <div class="TName">小可AI助手</div>:
                             <div class="con" v-html="MarkdownT(po.content)"></div>
                     </div>
 

+ 2 - 2
src/components/components/studentWorkPreviewDialog.vue

@@ -270,7 +270,7 @@
                 <div style="margin-bottom: 15px;font-size: 20px;font-weight: 600;color: #000;">第{{ index + 1}}阶段</div>
                 <div v-for="po in item.messages" :key="item">
                     <div class="left" v-if="po.role == 'assistant'">
-                            <div class="TName">小可ai助手</div>:
+                            <div class="TName">小可AI助手</div>:
                             <div class="con"  v-html="MarkdownT(po.content)"></div>
                     </div>
 
@@ -515,7 +515,7 @@ export default {
   width: 70%;
   height: auto;
   margin: 0 auto;
-  min-width: 1000px;
+  min-width: 600px;
   padding: 10px 0 30px 0px;
 }