📜  反应 html 高度 100% - CSS 代码示例

📅  最后修改于: 2022-03-11 14:47:27.403000             🧑  作者: Mango

代码示例1
html, body, #root, .App {
  height: 100%;
}