修复富文本空格和缩进保存后不生效问题
ruoyi-ui/src/components/Editor/index.vue @@ -146,6 +146,7 @@ <style> .editor { white-space: pre-wrap!important; line-height: normal !important; height: 192px; }