Kaynağa Gözat

修复富文本空格和缩进保存后不生效问题&删除重复的placeholder

RuoYi 5 yıl önce
ebeveyn
işleme
6bd7e183f6
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      ruoyi-ui/src/components/Editor/index.vue

+ 1 - 1
ruoyi-ui/src/components/Editor/index.vue

@@ -66,7 +66,6 @@ export default {
66 66
       content: this.value,
67 67
       uploadImgUrl: "",
68 68
       editorOption: {
69
-        placeholder: "",
70 69
         theme: "snow", // or 'bubble'
71 70
         placeholder: "请输入内容",
72 71
         modules: {
@@ -146,6 +145,7 @@ export default {
146 145
 
147 146
 <style>
148 147
 .editor {
148
+  white-space: pre-wrap!important;
149 149
   line-height: normal !important;
150 150
   height: 192px;
151 151
 }