Commit bd4d8c01a2d38af0fc83bb375c1694ffa8783c83
1 parent
64c85212
1.修改bug(布置练习-时间选择框被挡住)
Showing
1 changed file
with
2 additions
and
1 deletions
WebRoot/WEB-INF/jsp/sunvote/homework/homework_edit2.jsp
| @@ -221,7 +221,8 @@ | @@ -221,7 +221,8 @@ | ||
| 221 | $(document).on("focus",".date-picker",function(){ | 221 | $(document).on("focus",".date-picker",function(){ |
| 222 | $(this).datepicker({ | 222 | $(this).datepicker({ |
| 223 | autoclose: true, | 223 | autoclose: true, |
| 224 | - todayHighlight: true | 224 | + todayHighlight: true, |
| 225 | + orientation:'right top' | ||
| 225 | }); | 226 | }); |
| 226 | }); | 227 | }); |
| 227 | if(${pd.CLASS_ID==null}==true){ | 228 | if(${pd.CLASS_ID==null}==true){ |