可以在CSS加入float .left{ float:left; width:80px; } .right{ width:calc(100% - 80px); }. 讓Label float於左側,寬80px。Input 的寬用calc( 100% ...
確定! 回上一頁