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

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

@@ -60,6 +60,9 @@
.left-box.with-menu {
top: 10em;
}
.left-box.without-menu {
top: 6em;
}
.right-box {
position: fixed;
top: 7.5em;
@@ -86,6 +89,9 @@ body.expanded .right-box {
.right-box.with-menu {
top: 10em;
}
.right-box.without-menu {
top: 6em;
}
.main.without-footer .left-box {
bottom: 0.2em;
}
@@ -180,6 +186,9 @@ div.margin,
p.margin {
margin-top: 1em;
}
.opacity-mask {
opacity: 0.6;
}
/** 操作按钮容器 **/
.op.one {
width: 4em;