XiaoYu 1 год назад
Родитель
Сommit
b580610293

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