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.
我怎样才能让border-right我的第一个.sectiondiv 与其他部分 div 的高度相同,以便当用户输入更多内容时,它们都保持相同的高度。
border-right
.section
为了帮助说明这一点,我创建了一张图片和Jsfiddle来帮助您理解我的意思。
我试过搞乱 static heights,min-height但我想要完成的事情没有成功。
heights
min-height
除了我目前在 jsfiddle 中执行此操作的方式之外,还有什么更好的方法吗?任何帮助是极大的赞赏。
对于部分..而不是display: inline-block;使用display: table-cell;
display: inline-block;
display: table-cell;
更新的小提琴