Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法改变文本区域中行的高度?我的 textarea 的高度为 138px,它有 8 行。在 Chrome 中,一切看起来都很好。但在 Mozilla 中它看起来不是很好。
为了清楚起见,我不是在谈论文本区域的高度。我说的是该文本区域中行的高度。
如果要增加textarea各行line-height的高度,请使用CSS 属性:
line-height
textarea { line-height: 200%; }
(小提琴)
您可以使用这些插件。这些是不错的插件
TextAreaExpander 演示和jQuery Elastic