Skip to content

Commit

Permalink
Merge pull request #7 from yankun01/3.2/develop-jq
Browse files Browse the repository at this point in the history
3.2/develop jq
  • Loading branch information
3610cn committed Jun 17, 2015
2 parents ed36ebd + 93977f8 commit 3acae24
Show file tree
Hide file tree
Showing 7 changed files with 795 additions and 863 deletions.
2 changes: 1 addition & 1 deletion demo/MonthView.html
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ <h3>不可用状态</h3>
var test1Ipt3 = document.getElementById('test1-ipt3');
test1Btn3.onclick = function() {
var range = test1Ipt3.value;
multiMonthView.setProperties({
singleMonthView.setProperties({
range: range
});
}
Expand Down
1 change: 1 addition & 0 deletions demo/assets/themes/standard.css
Original file line number Diff line number Diff line change
Expand Up @@ -3305,6 +3305,7 @@ span.ui-crumb-node {
display: inline-block;
}
.ui-rangecalendar-layer {
position: absolute;
background: #fbfbfb;
border-top: 3px solid #fbfbfb;
border-bottom: none;
Expand Down
Loading

0 comments on commit 3acae24

Please sign in to comment.