Commit 0865f9c7a185100b6a914b6d3cebcead9f19a523

Authored by 孙向锦
1 parent 5690803e

修改页面一些bug

WebRoot/WEB-INF/jsp/sunvote/paper/paper_list4.jsp
@@ -65,7 +65,7 @@ @@ -65,7 +65,7 @@
65 </div> 65 </div>
66 <div class="clear"></div> 66 <div class="clear"></div>
67 </div> 67 </div>
68 - <div style="padding:0 5%;background:#fff;"> 68 + <div style="padding:0 5%;background:#fff;" class="paper_title">
69 <table class="table table-striped"> 69 <table class="table table-striped">
70 <col style="width: 10%" /> 70 <col style="width: 10%" />
71 <col style="width: 10%" /> 71 <col style="width: 10%" />
@@ -147,6 +147,7 @@ @@ -147,6 +147,7 @@
147 147
148 $(document).ready(function(){ 148 $(document).ready(function(){
149 window.top.loading.remove(); 149 window.top.loading.remove();
  150 + $(".table_box").css("padding-top",$(".head_box").height());
150 }); 151 });
151 152
152 function tosearch(){ 153 function tosearch(){
WebRoot/WEB-INF/jsp/sunvote/paper/paper_list5.jsp
@@ -134,6 +134,7 @@ @@ -134,6 +134,7 @@
134 134
135 $(document).ready(function(){ 135 $(document).ready(function(){
136 window.top.loading.remove(); 136 window.top.loading.remove();
  137 + $(".table_box").css("padding-top",$(".head_box").height());
137 }); 138 });
138 139
139 function tosearch(){ 140 function tosearch(){
WebRoot/WEB-INF/jsp/sunvote/sclass/sclass_list2.jsp
@@ -62,7 +62,7 @@ @@ -62,7 +62,7 @@
62 <!-- 检索 --> 62 <!-- 检索 -->
63 63
64 </div> 64 </div>
65 - <div class="table_box" style="padding:0%;"> 65 + <div class="table_box" style="padding:0px">
66 <table class="table table-striped"> 66 <table class="table table-striped">
67 <col style="width: 10%" /> 67 <col style="width: 10%" />
68 <col style="width: 22%" /> 68 <col style="width: 22%" />
@@ -125,6 +125,7 @@ @@ -125,6 +125,7 @@
125 <script type="text/javascript"> 125 <script type="text/javascript">
126 $(document).ready(function() { 126 $(document).ready(function() {
127 window.top.loading.remove(); 127 window.top.loading.remove();
  128 + $(".table_box").css("padding-top",$(".head_box").height());
128 }); 129 });
129 </script> 130 </script>
130 131
WebRoot/WEB-INF/jsp/sunvote/teacher/stduent_report.jsp
@@ -117,7 +117,7 @@ li { @@ -117,7 +117,7 @@ li {
117 <script type=""> 117 <script type="">
118 var URL = '<%=basePath%>${URL}'; 118 var URL = '<%=basePath%>${URL}';
119 </script> 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 <script> 122 <script>
123 //lay('#version').html('-v'+ laydate.v); 123 //lay('#version').html('-v'+ laydate.v);
WebRoot/static/js/control1.js
@@ -22,7 +22,7 @@ @@ -22,7 +22,7 @@
22 console.log(data); 22 console.log(data);
23 var _html=''; 23 var _html='';
24 for(var i=0;i<data.data.studentList.length;i++){ 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 if(studentid==data.data.studentList[i].ID) 26 if(studentid==data.data.studentList[i].ID)
27 _index=i; 27 _index=i;
28 } 28 }