Commit c96d2edd202281902fb01e97dc91356792d5d3d4
1 parent
e31d7777
1.修复出题样式问题
Showing
1 changed file
with
1 additions
and
1 deletions
WebRoot/WEB-INF/jsp/sunvote/teacher/creat_question.jsp
@@ -201,7 +201,7 @@ | @@ -201,7 +201,7 @@ | ||
201 | $("title").html(title); | 201 | $("title").html(title); |
202 | } | 202 | } |
203 | $(document).ready(function(){ | 203 | $(document).ready(function(){ |
204 | - var _height = $(".page-header").height(); | 204 | + var _height = $(".page-header").height()+80; |
205 | $(".content").css("padding-top",_height); | 205 | $(".content").css("padding-top",_height); |
206 | 206 | ||
207 | }); | 207 | }); |