Commit bd4d8c01a2d38af0fc83bb375c1694ffa8783c83

Authored by jack
1 parent 64c85212

1.修改bug(布置练习-时间选择框被挡住)

WebRoot/WEB-INF/jsp/sunvote/homework/homework_edit2.jsp
... ... @@ -221,7 +221,8 @@
221 221 $(document).on("focus",".date-picker",function(){
222 222 $(this).datepicker({
223 223 autoclose: true,
224   - todayHighlight: true
  224 + todayHighlight: true,
  225 + orientation:'right top'
225 226 });
226 227 });
227 228 if(${pd.CLASS_ID==null}==true){
... ...