소스 검색

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

RuoYi 4 년 전
부모
커밋
7c39f92538
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      ruoyi-ui/src/components/Editor/index.vue

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

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