多文本输入,内容过多时输入框会自动撑开

html代码:

<div class="blockcontent" contentteditable="true'></div>

css代码:

.blockcontent{width:500px;min-height:100px;border:1px solid #ccc;margin:100px auto;padding:10px;}

posted @ 2017-03-24 14:55  白卫云  阅读(829)  评论(0编辑  收藏  举报