dcloudio / dcloudio/mui

DtPicker 样式错乱

Open
#313 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
13.5k
Forks
6.5k
PR merge metrics
No merged PRs in 30d

Description

```












123123


mui.init({
swipeBack: true //启用右滑关闭功能
});
function xx(){
var dtpicker = new mui.DtPicker({
type: "datetime",//设置日历初始视图模式
beginDate: new Date(2015, 04, 25),
endDate: new Date(2016, 04, 25)
});
dtpicker.show(function(e) {
console.log(e);
})
}

```
![qq 20170602201348](https://cloud.githubusercontent.com/assets/8022006/26725168/d52e36b6-47cf-11e7-80fd-e27fd6c337d8.png)

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.