Skip to content
This repository has been archived by the owner on Nov 13, 2020. It is now read-only.

Commit

Permalink
修复已知错误
Browse files Browse the repository at this point in the history
1. 变更 web/index.jsp 的页面布局
2. 更新 web/css/settings.css ,优化页面布局
3. 更新 web/private/newComments.jsp ,更新 JavaScript 方法动作
  • Loading branch information
Dragon1573 committed Dec 15, 2019
1 parent 38baeee commit e642215
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions web/css/settings.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ html, body {
}

header {
padding: 25px 0;
text-align: left;
display: flex;
}
Expand Down
1 change: 1 addition & 0 deletions web/index.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" type="text/css" href="css/index.css" />
<link rel="stylesheet" type="text/css" href="css/settings.css" />
<link rel="shortcut icon" href="img/favicon.ico" type="image/canvasObject-icon" />
<script type="text/javascript" src="bootstrap/jquery.min.js"></script>
<script type="text/javascript" src="js/platform.js"></script>
Expand Down
1 change: 1 addition & 0 deletions web/private/newComments.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@
commentForm.title.value,
commentForm.details.value
);
window.location.href = "../comments.jsp";
}
</script>
</div>
Expand Down

0 comments on commit e642215

Please sign in to comment.