Datepicker下拉列表未在一行中对齐

时间:2016-12-08 08:04:40

标签: jquery datepicker jquery-ui-datepicker

我正在使用国际语言 JQuery Datepicker

当我将语言更改为繁体中文时,将更新Datepicker中的月份和年份下拉列表。但是,两个下拉列表的对齐方式会有所不同。

我不知道如何水平对齐两个下拉列表,有人可以帮忙吗?

enter image description here

Screenshot

1 个答案:

答案 0 :(得分:0)

不用任何代码都不容易回答。

但您可以尝试在输入下拉菜单中添加一些css:

input.dropdown{
  display:inline-block;
  vertical-align:bottom;
  line-height:**the height of the input**;
}