vue中使用minheight实现高度自适应


&.special {
height: 7rem;
height: auto !important;
min-height: 7rem;
margin-top: 1rem;
margin-bottom: 1rem;
  .clearfloat {
    clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
  }
}
  <div class="clearfloat"></div>

 


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM