mengxiong10 / vue2-datepicker

A datepicker / datetimepicker component for Vue2
https://mengxiong10.github.io/vue2-datepicker/index.html
MIT License
1.52k stars 407 forks source link

[Feature request] #653

Closed daniwira closed 2 years ago

daniwira commented 2 years ago

how do the mx-input class use height=38px, because the default height=34px

mengxiong10 commented 2 years ago

css

.mx-input {
  height: 38px
}
daniwira commented 2 years ago

Ok, thank you