@@ -14,6 +14,7 @@ body {
display: flex;
flex-direction: column;
position: relative;
+ background: #fff;
}
#app .j-main {
@@ -21,7 +22,8 @@ body {
height: 100%;
flex: 1;
overflow: auto;
-margin-top: -80px;
+ margin-top: -80px;
+ background: #2f96f4;
#app .j-main .structured_top {