问题标签 [autogrow]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
position - 如何在没有网格模板行的网格堆栈中创建行?
我正在尝试在网格中很好地制作.item-1
和.item-2
堆叠,就像在这个片段中一样:
这是一个简化的例子,我坚持的实现在不同的地方有更多的项目行。
例如:大项目优先,或根本没有大项目。
这就是为什么grid-template-rows
似乎不在桌面上,我找不到一种方法来很好地堆叠它们。
我尝试了很多不同的东西,从grid-auto-rows
各种grid-*
andalign-*
到 height 和 margin 设置为auto
and fit-content
,但没有成功。
这是没有 的相同片段grid-template-rows
,您可以在其中看到默认行为.item-1
和.item-2
被分离/获得相同高度:
javascript - Textarea中的JS TypeWriter滚动效果:向上滚动,最大高度限制的自动扩展文本区域
我有一个聊天机器人的文本区域。当文本区域被填满时,它想自动向上扩展,它可以扩展的最大高度应该是 100px。有没有办法做到这一点?