Explorar el Código

注释调整1000 句子拆分左右间距

natasha hace 1 año
padre
commit
21b092334e

+ 2 - 1
src/components/Adult/common/SegwordConfig.vue

@@ -136,6 +136,7 @@
           <div
           <div
             class="adult-book-input-item"
             class="adult-book-input-item"
             v-if="
             v-if="
+              type != 'sentence_segtemp_chs' &&
               type != 'dialogue_answer_chs' &&
               type != 'dialogue_answer_chs' &&
               type != 'sentence_input_chs' &&
               type != 'sentence_input_chs' &&
               type != 'sentence_judge_chs' &&
               type != 'sentence_judge_chs' &&
@@ -185,7 +186,7 @@ export default {
           name: "要左边距",
           name: "要左边距",
         },
         },
         {
         {
-          vaule: "right",
+          value: "right",
           name: "要右边距",
           name: "要右边距",
         },
         },
       ],
       ],

+ 1 - 1
src/components/Adult/inputModules/Notes.vue

@@ -78,7 +78,7 @@
             placeholder="请输入内容"
             placeholder="请输入内容"
             v-model="curQueItem.note"
             v-model="curQueItem.note"
             @blur="onBlur(curQueItem, 'note')"
             @blur="onBlur(curQueItem, 'note')"
-            maxlength="500"
+            maxlength="1000"
             show-word-limit
             show-word-limit
           ></el-input>
           ></el-input>
         </div>
         </div>