优化界面

This commit is contained in:
GoEdgeLab
2021-01-24 14:41:43 +08:00
parent a1a3264d45
commit a9ea18ef3f
6 changed files with 41 additions and 6 deletions

View File

@@ -2,7 +2,7 @@
width: 8em;
position: fixed;
top: 7.5em;
bottom: 0.5em;
bottom: 2.4em;
overflow-y: auto;
overflow-x: hidden;
border-right: 1px #ddd solid;
@@ -102,3 +102,9 @@
.right-box.without-tabbar {
top: 3em;
}
// main
.main.without-footer .left-box {
bottom: 0.2em;
}