소스 검색

feat.接入字典

XiaoYu 1 년 전
부모
커밋
b580610293
3개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 1
      src/components/AIChatter/AIChatter.module.scss
  2. 1 2
      src/views/EditPage/EditPage.vue
  3. 1 0
      src/views/EditPage/index.scss

+ 1 - 1
src/components/AIChatter/AIChatter.module.scss

@@ -1,7 +1,7 @@
 .container {
   position: relative;
   width: 100%;
-  height: 90%; // 原值:60%
+  height: 75%; // 原值:60%
   padding: 10px;
   box-sizing: border-box;
   background-color: #ffffff;

+ 1 - 2
src/views/EditPage/EditPage.vue

@@ -10,8 +10,7 @@
     <div class="my-work-slider">
       <el-button class="back" color="#597D3B" @click="handleBack">&lt;返回</el-button>
       <AIChatter :dialogueId="dataForm.dialogueId" :messages="dataForm.messages" :is-teacher="false" />
-<!-- TODO:删掉字典 或接入gpt -->
-      <!-- <Dictionaries /> -->
+      <Dictionaries />
     </div>
     <div class="my-work-input">
       <Edit :engagement="dataForm.engagement"/>

+ 1 - 0
src/views/EditPage/index.scss

@@ -16,6 +16,7 @@
       text-align: left; /* 文字左对齐 */
       width: 70px;
     }
+    overflow: auto;
   }
 
   .my-work-input {