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

is it possible to change position of datepicker icon? #702

Closed ruchitaladha closed 2 years ago

ruchitaladha commented 2 years ago

I want to change date icon and popup to be left align...how can I do it

mengxiong10 commented 2 years ago

You can change the css.

.mx-input {
    padding-left: 30px;
    padding-right: 10px;
}
.mx-icon-calendar {
    left: 8px
}