我试图创建一个网页,它是一个表单,但员工ID是从表单的其余部分分开的一个垂直栏,跨越整个页面。x1c 0d1x然而,当我尝试这样做与绿色垂直栏,它看起来像
。任何帮助将不胜感激!!
.vl {
border-left: 6px solid green;
height: 500px;
}
<label htmlFor='ID'>EMPLOYEE #</label>
<input className="form-control w-25" id="ID" readOnly></input>
<div className="vl"></div>
<form data-transport-order="form">
<div className="form-group">
<label htmlFor='ID'>Invoice No.</label>
<input className="form-control" id="ID" readOnly></input>
<label htmlFor="TransportDate">Date</label>
<input type="date" className="form-control w-25" ID="TransportDate" autoFocus required></input>
</div>
1条答案
按热度按时间zy1mlcev1#
尝试使用flex,它更容易,也很适合这种情况。
您的组件JSX:
款式:
结果