如何更改Google的Material设计日期选择器的大小?

时间:2017-12-21 15:02:12

标签: html css datepicker materialize

我正在使用谷歌的Materialise css日期选择器,它开启了一个大爆炸。我想减小我尝试以下css代码的大小,但它不起作用。

HTML:

.dp-calendar-day {
    width: 35px !important;
    height: 30px !important;
    font-size: 16px !important;
}

CSS:

d.addEventListener('click',function () {
    /* body... */
    $('.datepicker').pickadate({
        selectMonths: true, // Creates a dropdown to control month
        selectYears: 15, // Creates a dropdown of 15 years to control year,
        today: 'Today',
        clear: 'Clear',
        close: 'Ok',
        closeOnSelect: false // Close upon selecting a date,
    });
})

JavaScript的:

.filter()

0 个答案:

没有答案