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.
我想改变文本区域中单行的高度。所以我正在寻找类似row-height:20px;If that exists 的东西,那就太好了。正如我猜测它没有,我该怎么办?提前致谢。
row-height:20px;
我想要一个单行但高度为 20 像素的文本区域。我不能使用 css 高度函数来设置它。
你想要line-height:
line-height
textarea { line-height: 2em; }