RuoYi
2020-08-07 7c39f92538002fe1fe136b4b6078bf5bb3ce1338
修复富文本空格和缩进保存后不生效问题
1 files modified
1 ■■■■ changed files
ruoyi-ui/src/components/Editor/index.vue 1 ●●●● patch | view | raw | blame | history
ruoyi-ui/src/components/Editor/index.vue
@@ -146,6 +146,7 @@
<style>
.editor {
  white-space: pre-wrap!important;
  line-height: normal !important;
  height: 192px;
}