Skip to content

Commit a48ccd5

Browse files
committed
fix web
1 parent 9186b86 commit a48ccd5

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

examples/css/editor.css

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,23 @@ html, body, .wrapper {
1212
}
1313

1414
.edit-container {
15+
min-height:52px;
1516
background-color: #f9f9f9;
16-
position: relative;
17+
position: absolute;
18+
top:0;
19+
bottom:0;
20+
left:0;
21+
right:0;
1722
margin-top: 52px;
1823
}
1924

2025
.edit-container section.content {
26+
min-height:100%;
2127
width: 100%;
2228
padding: 0;
2329
position: absolute;
2430
top: 0;
25-
bottom: -2px;
31+
bottom: 0;
2632
}
2733

2834
.content .pane {

web/header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
<ul class="nav navbar-nav">
1818
<li class="overview-menu" id="headerIndex">
19-
<a href="./index.html" class="center">
19+
<a href="./" class="center">
2020
首页
2121
</a>
2222
</li>

0 commit comments

Comments
 (0)