调整界面

This commit is contained in:
GoEdgeLab
2020-11-10 15:40:22 +08:00
parent 26066daad7
commit c1b21e5309
35 changed files with 130 additions and 110 deletions

View File

@@ -63,7 +63,6 @@
}
}
.left-box::-webkit-scrollbar {
width: 4px;
}
@@ -76,6 +75,10 @@
top: 10.5em;
}
.left-box.without-tabbar {
top: 3em;
}
.right-box {
position: fixed;
top: 7.5em;
@@ -95,3 +98,7 @@
.right-box::-webkit-scrollbar {
width: 4px;
}
.right-box.without-tabbar {
top: 3em;
}