作者 RuoYi

修复富文本空格和缩进保存后不生效问题

@@ -146,6 +146,7 @@ export default { @@ -146,6 +146,7 @@ export default {
146 146
147 <style> 147 <style>
148 .editor { 148 .editor {
  149 + white-space: pre-wrap!important;
149 line-height: normal !important; 150 line-height: normal !important;
150 height: 192px; 151 height: 192px;
151 } 152 }