소스 검색

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

natasha 2 년 전
부모
커밋
21b092334e
2개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 1
      src/components/Adult/common/SegwordConfig.vue
  2. 1 1
      src/components/Adult/inputModules/Notes.vue

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

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

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

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