我用这个引用用flexbox填充高度。 CSS是这样的: .main-wrapper { display: flex; flex-direction: column; min-height: 100vh; } .header { flex: 1; } ...
確定! 回上一頁