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.
是否可以始终将插入符号保持在文本区域的垂直中间。
实例是 IA Writer 的焦点模式:在此模式下,插入符号始终位于垂直中间,并且一旦您创建新行,文本区域就会滚动一点以将插入符号保持在中间。
我想这应该用JS来完成,这对我来说很好。
尝试使用 CSSline-height
line-height
.something { font-size: 16px; line-height: 18px; }