less
height: ~"calc(100% - 30px)";
若要需要按照某个比例固定高度可以用
min-height: e("calc(100vh - 184px)")
css
height: calc(100% - 50px);
sass
height:calc(100% - var(--height) );
微信扫一扫
height: ~"calc(100% - 30px)";
若要需要按照某个比例固定高度可以用
min-height: e("calc(100vh - 184px)")
height: calc(100% - 50px);
height:calc(100% - var(--height) );
相关推荐