怎么样让这个div高度随着内容高度而变化?怎么样让这个div高度随着内容高度而变化?
css里对该元素属性的height修改为auto:
.seleced-tow{ height:auto; }
瞅瞅https://blog.csdn.net/weixin_46353030/article/details/118935722
div默认就是自适应高度的,除非你设置了一些样式干扰