Преглед на файлове

Merge branch 'xiaoshi_AI' into product

zhuliu преди 7 месеца
родител
ревизия
7b726da09b
променени са 1 файла, в които са добавени 4 реда и са изтрити 1 реда
  1. 4 1
      src/views/noveltySearch/components/technicalDisclosure/technicalDisclosure.vue

+ 4 - 1
src/views/noveltySearch/components/technicalDisclosure/technicalDisclosure.vue

@@ -72,7 +72,10 @@
                   {{ getInventionPointText(technicalCase.inventionPoint) }}
                 </div>
               </div>
-              <myRichText v-loading="loading2" v-show="showInventionPoint" type="textarea" v-model="technicalCase.inventionPoint" @change="saveInventionPoint"  resize="none" customStyle="height:150px;font-size: 14px;color:#606266" :rows="10"  placeholder="请输入发明点"></myRichText>
+              <div v-loading="loading2">
+                <myRichText  v-show="showInventionPoint" type="textarea" v-model="technicalCase.inventionPoint" @change="saveInventionPoint"  resize="none" customStyle="height:150px;font-size: 14px;color:#606266" :rows="10"  placeholder="请输入发明点"></myRichText>
+              </div>
+              
           </div>
           <div class></div>
           <div class="AIChat" v-if="showChat">