Skip to content
This repository was archived by the owner on Mar 16, 2021. It is now read-only.

Commit a037569

Browse files
committed
page bg
1 parent 39232a4 commit a037569

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

src/main/webapp/static/src/admin/css/base.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,7 @@
1818
img {
1919
max-width: 100%; /* This rule is very important, please do not ignore this! */
2020
}
21+
22+
body {
23+
background-color: #ecf0f5;
24+
}

src/main/webapp/static/src/admin/js/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ $(function() {
7878
init:function(){
7979
//iframe的高度100% 父容器必须是实际高度
8080
//$("#main-content").height($("#main-content").height()-150);
81-
$("iframe").height($("#main-content").height()-160);
81+
$("iframe").height($("#main-content").height()-100);
8282
if (singePage) {
8383
$("#single-page").show();
8484
} else {

0 commit comments

Comments
 (0)