height: ~"calc(100% - 30px)";
若要需要按照某个比例固定高度可以用
min-height: e("calc(100vh - 184px)")
height: calc(100% - 50px);
height:calc(100% - var(--height) );