@@ -533,12 +533,14 @@ export default {
.english {
font-family: "robot";
opacity: 0.6;
+ word-break: break-word;
}
.pinyin {
font-family: "GB-PINYINOK-B";
.chs {
@@ -416,7 +416,7 @@ export default {
CurrentList: [],
sortIndex: 0,
chsFhList: [",", "。", "”", ":", "》", "?", "!", ";"],
- punctuationList: ['(',')','……','(',')','…'], // 标点数组
+ punctuationList: ['(',')','……','(',')','…','/'], // 标点数组
};
},
//计算属性 类似于data概念