Browse Source

文本模式换行bug修改

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

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

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