Mint-ui datetime-picker cannot be displayed on the phone

mint-ui datetime-picker can be displayed in local debugging, but there is no data in the time control after being packaged with cordova, as shown in the following figure

clipboard.png

the control can be called after packaging, but it does not exist in the year, month and day

Dec.28,2021

I also encountered, how to solve it?


similarly, some mobile phones do not display year, month and day, but most of them can


add import 'mint-ui/lib/style.css' to the main.js or where you reference this component to introduce the style

.
Menu