Browse Source

智能助手

qgt 1 week ago
parent
commit
017b0f7ba8

+ 8 - 8
src/components/pages/test/checkAi/aiLeader.vue

@@ -421,13 +421,12 @@
           </svg>
           <span>清屏</span>
         </span>
-        <span
-          class="clear"
-          @click.stop="showjList = !showjList"
-          v-if="jArray.length"
-        >
-          <span>查看</span>
-        </span>
+        <span class="switchBtn">
+					<span>连续对话</span>
+					<el-switch
+				  v-model="continuousDialogue">
+				</el-switch>
+				</span>
         <!-- <div style="margin-left: auto;">
           <el-switch v-model="continuous"></el-switch>
           <span @click.stop="continuous = !continuous">连续对话</span>
@@ -2866,7 +2865,8 @@ ${_echartsType[type].text}
   bottom: calc(100% + 5px);
   height: 30px;
   display: flex;
-  /* justify-content: space-between; */
+  justify-content: space-between;
+	align-items: center;
 }
 
 .ai_b_i_btnArea > div {

+ 1 - 0
src/components/pages/test/smarter.vue

@@ -1176,6 +1176,7 @@ p.docx-num-1-0 {
     width: 50%;
     height: 100%;
     box-sizing: border-box;
+		overflow: auto;
 }
 
 .preview_file,