优化节点设置交互

This commit is contained in:
刘祥超
2021-09-13 16:47:34 +08:00
parent 5e09ba302a
commit 084eddecbf
32 changed files with 793 additions and 397 deletions

View File

@@ -79,6 +79,10 @@
top: 3em;
}
.left-box.with-menu {
top: 10em;
}
.right-box {
position: fixed;
top: 7.5em;
@@ -107,6 +111,9 @@ body.expanded .right-box {
top: 3em;
}
.right-box.with-menu {
top: 10em;
}
// main
.main.without-footer .left-box {