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

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

@@ -103,6 +103,10 @@ div.margin, p.margin {
margin-top: 1em;
}
.opacity-mask {
opacity: 0.6;
}
/** 操作按钮容器 **/
.op.one {
width: 4em;
@@ -799,4 +803,4 @@ td {
// input
input.error {
border: 1px #e0b4b4 solid !important;
}
}