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.
我使用来自 flatpickr 的 timepicker ,我需要设置自定义宽度(用于移动支持)。我没有找到这个功能。提前感谢您的帮助。
我找到了解决方案。(我需要将宽度设置为不是所有的选择器,而只是某些)
$(".hasTime.noCalendar").wrap('<div class="bells-timepicker"></div>');
.bells-timepicker .noCalendar{ width: 150px; }