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.
我已经能够在文本框中使用日期选择器,但我无法弄清楚减少它的默认大小??任何帮助表示赞赏。谢谢我提前
您需要更改字体大小以使其变小,如下所示:
.ui-datepicker { font-size: .8em; /* put small value here*/ }
查看示例
如果我没记错的话:
input.ui-datepicker{ font-size:10px; }