Browse Source

文本模式样式bug修改

zhouna 5 years ago
parent
commit
42bbdd6019
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/common/components/Textarea/index.less

+ 1 - 0
src/common/components/Textarea/index.less

@@ -24,6 +24,7 @@
     outline: none;
     outline: none;
     border-bottom:1px @part-border-color dashed;
     border-bottom:1px @part-border-color dashed;
     margin-right: 470px;
     margin-right: 470px;
+    word-break: break-all;
     textarea{
     textarea{
       width: 100%;
       width: 100%;
     }
     }