<div id="root"></div> <style> #root{ height: 100px; max-height: calc(100vh-80px); width: 100px; background: lightblue; } </style>
为什么max-height无效?
减号两边需要空格的
max-height: calc(100vh - 80px);
2.1m questions
2.1m answers
60 comments
57.0k users