textarea在chrome和safari浏览器固定大小
textarea在chrome和safari浏览器下可以拖动大小,有时候我们希望大小能固定
解决方法:
resize: none;
或者:
max-width:300px;
max-height:300px;
width:300px;
height:300px;
解决方法:
resize: none;
或者:
max-width:300px;
max-height:300px;
width:300px;
height:300px;