Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何将预订日历与人员类型交换?
所以日历会在上面,人类型字段在日历下
目前是这样的:
嗨,您可以使用 CSS 将其位置移动到顶部,像这样为日历区域添加 CSS
fieldset { position: absolute; top: 0; left: 0; }
设置预订表格位置
position: relative;
并给第一个输入字段 margin-top 等于日历,例如:margin:top:300px;