浏览代码

文本域超出高度出滚动条

luolei 5 年之前
父节点
当前提交
affb06e208
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/css/index.less

+ 1 - 0
src/css/index.less

@@ -809,6 +809,7 @@
     resize: none;
     padding: 10px;
     box-sizing: border-box;
+    overflow: auto;
   }
   textarea:focus{
     border: 1px solid @activeColor ;