Commit 0865f9c7a185100b6a914b6d3cebcead9f19a523
1 parent
5690803e
修改页面一些bug
Showing
5 changed files
with
7 additions
and
4 deletions
WebRoot/WEB-INF/jsp/sunvote/paper/paper_list4.jsp
| ... | ... | @@ -65,7 +65,7 @@ |
| 65 | 65 | </div> |
| 66 | 66 | <div class="clear"></div> |
| 67 | 67 | </div> |
| 68 | - <div style="padding:0 5%;background:#fff;"> | |
| 68 | + <div style="padding:0 5%;background:#fff;" class="paper_title"> | |
| 69 | 69 | <table class="table table-striped"> |
| 70 | 70 | <col style="width: 10%" /> |
| 71 | 71 | <col style="width: 10%" /> |
| ... | ... | @@ -147,6 +147,7 @@ |
| 147 | 147 | |
| 148 | 148 | $(document).ready(function(){ |
| 149 | 149 | window.top.loading.remove(); |
| 150 | + $(".table_box").css("padding-top",$(".head_box").height()); | |
| 150 | 151 | }); |
| 151 | 152 | |
| 152 | 153 | function tosearch(){ | ... | ... |
WebRoot/WEB-INF/jsp/sunvote/paper/paper_list5.jsp
WebRoot/WEB-INF/jsp/sunvote/sclass/sclass_list2.jsp
| ... | ... | @@ -62,7 +62,7 @@ |
| 62 | 62 | <!-- 检索 --> |
| 63 | 63 | |
| 64 | 64 | </div> |
| 65 | - <div class="table_box" style="padding:0%;"> | |
| 65 | + <div class="table_box" style="padding:0px"> | |
| 66 | 66 | <table class="table table-striped"> |
| 67 | 67 | <col style="width: 10%" /> |
| 68 | 68 | <col style="width: 22%" /> |
| ... | ... | @@ -125,6 +125,7 @@ |
| 125 | 125 | <script type="text/javascript"> |
| 126 | 126 | $(document).ready(function() { |
| 127 | 127 | window.top.loading.remove(); |
| 128 | + $(".table_box").css("padding-top",$(".head_box").height()); | |
| 128 | 129 | }); |
| 129 | 130 | </script> |
| 130 | 131 | ... | ... |
WebRoot/WEB-INF/jsp/sunvote/teacher/stduent_report.jsp
| ... | ... | @@ -117,7 +117,7 @@ li { |
| 117 | 117 | <script type=""> |
| 118 | 118 | var URL = '<%=basePath%>${URL}'; |
| 119 | 119 | </script> |
| 120 | - <script src="../static/js/control1.js?a=1"></script> | |
| 120 | + <script src="../static/js/control1.js?a=4"></script> | |
| 121 | 121 | <!-- 日期框 --> |
| 122 | 122 | <script> |
| 123 | 123 | //lay('#version').html('-v'+ laydate.v); | ... | ... |
WebRoot/static/js/control1.js
| ... | ... | @@ -22,7 +22,7 @@ |
| 22 | 22 | console.log(data); |
| 23 | 23 | var _html=''; |
| 24 | 24 | for(var i=0;i<data.data.studentList.length;i++){ |
| 25 | - _html+='<li><p>'+data.data.studentList[i].NAME+'</p></li>'; | |
| 25 | + _html+='<li style="cursor:pointer"><p>'+data.data.studentList[i].NAME+'</p></li>'; | |
| 26 | 26 | if(studentid==data.data.studentList[i].ID) |
| 27 | 27 | _index=i; |
| 28 | 28 | } | ... | ... |