CSS设置高度自适应

CSS设置高度自适应

<style>
.main {
  height: calc(100vh - 70px);
}
</style>
posted @ 2022-03-07 16:24  崔安兵  阅读(261)  评论(0编辑  收藏  举报