소스 검색

富文本修改

dusenyao 1 년 전
부모
커밋
8bf575c16e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/components/common/RichText.vue

+ 1 - 1
src/components/common/RichText.vue

@@ -166,7 +166,7 @@ export default {
         },
         // 指定在 WebKit 中粘贴时要保留的样式
         paste_webkit_styles:
-          'color font font-size font-family font-weight width height margin padding line-height text-align border border-radius',
+          'display gap flex-wrap color min-height font font-size font-family font-weight width height margin padding line-height text-align border border-radius',
       },
     };
   },