#side { height:100vh; display:flex; flex-direction:column; width:50px; } .content { width:100%; background:#ff0000; } .side-child { flex-grow:1; ...
確定! 回上一頁