소스 검색

文本域超出高度出滚动条

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 ;