소스 검색

可配置表格断词 生词卡片去掉/

natasha 2 년 전
부모
커밋
8bfa12ab67
2개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 0
      src/components/Adult/preview/ConfigurableTable.vue
  2. 1 1
      src/components/Adult/preview/components/WordPhraseDetail.vue

+ 2 - 0
src/components/Adult/preview/ConfigurableTable.vue

@@ -533,12 +533,14 @@ export default {
         .english {
         .english {
           font-family: "robot";
           font-family: "robot";
           opacity: 0.6;
           opacity: 0.6;
+          word-break: break-word;
         }
         }
       }
       }
 
 
       .pinyin {
       .pinyin {
         font-family: "GB-PINYINOK-B";
         font-family: "GB-PINYINOK-B";
         opacity: 0.6;
         opacity: 0.6;
+        word-break: break-word;
       }
       }
 
 
       .chs {
       .chs {

+ 1 - 1
src/components/Adult/preview/components/WordPhraseDetail.vue

@@ -416,7 +416,7 @@ export default {
       CurrentList: [],
       CurrentList: [],
       sortIndex: 0,
       sortIndex: 0,
       chsFhList: [",", "。", "”", ":", "》", "?", "!", ";"],
       chsFhList: [",", "。", "”", ":", "》", "?", "!", ";"],
-      punctuationList: ['(',')','……','(',')','…'], // 标点数组
+      punctuationList: ['(',')','……','(',')','…','/'], // 标点数组
     };
     };
   },
   },
   //计算属性 类似于data概念
   //计算属性 类似于data概念