浏览代码

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

natasha 2 年之前
父节点
当前提交
8bfa12ab67

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

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

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

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