liyongli 1 год назад
Родитель
Сommit
ddbe397b79
2 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/components/editor.vue
  2. 0 0
      src/config/index.js

+ 1 - 1
src/components/editor.vue

@@ -25,7 +25,7 @@ export default {
   data() {
     return {
       dfaultText: config.base.default_text || '',
-      defaultSl: '<p style="margin: 10px auto; font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 16px; line-height: 34.2px; font-family: &quot;Microsoft Yahei&quot;  color: rgb(51, 51, 51); background-color: rgb(255, 255, 255);">(示例)</p>' 
+      defaultSl: '<p style="margin: 10px auto; font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 16px; line-height: 34.2px; font-family: &quot;Microsoft Yahei&quot;  color: rgb(51, 51, 51); background-color: rgb(255, 255, 255);"><span>(示例)</span></p>' 
     };
   },
   beforeMount() {},

Разница между файлами не показана из-за своего большого размера
+ 0 - 0
src/config/index.js


Некоторые файлы не были показаны из-за большого количества измененных файлов