소스 검색

智能助手

qgt 1 주 전
부모
커밋
017b0f7ba8
2개의 변경된 파일9개의 추가작업 그리고 8개의 파일을 삭제
  1. 8 8
      src/components/pages/test/checkAi/aiLeader.vue
  2. 1 0
      src/components/pages/test/smarter.vue

+ 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,