فهرست منبع

text word break

bianjiang 1 سال پیش
والد
کامیت
266950eb86
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  1. 2 0
      src/modules/editor/components/CompUI/basicUI/Text/component.tsx

+ 2 - 0
src/modules/editor/components/CompUI/basicUI/Text/component.tsx

@@ -223,12 +223,14 @@ const EditorComp = defineComponent({
 
 const readOnlyText = css`
   pointer-events: none;
+  word-break: break-all;
 `;
 
 const textStyle = css`
   font-size: 12px;
   width: 100%;
   color: #666;
+  word-break: break-all;
   p {
     margin: 0;
   }