可以在分组中设置一些全局配置选项

This commit is contained in:
GoEdgeLab
2021-09-22 19:39:38 +08:00
parent dd36ba5686
commit 765b030477
66 changed files with 1698 additions and 214 deletions

View File

@@ -83,6 +83,10 @@
top: 10em;
}
.left-box.without-menu {
top: 6em;
}
.right-box {
position: fixed;
top: 7.5em;
@@ -115,6 +119,10 @@ body.expanded .right-box {
top: 10em;
}
.right-box.without-menu {
top: 6em;
}
// main
.main.without-footer .left-box {
bottom: 0.2em;