阶段性提交

This commit is contained in:
GoEdgeLab
2020-09-06 16:19:34 +08:00
parent 2ba46b9162
commit 124cbd3302
185 changed files with 5306 additions and 1832 deletions

View File

@@ -1,3 +1,5 @@
@import "./@left_menu";
/** 通用 **/
.clear {
clear: both;
@@ -283,6 +285,7 @@ body.expanded .main {
.main h3 {
font-weight: normal;
margin-top: 1em !important;
position: relative;
}
.main h3 span {
@@ -299,14 +302,6 @@ body.expanded .main {
right: 1em;
}
.main h3 a::before {
content: "[";
}
.main h3 a::after {
content: "]";
}
.main h4 {
font-weight: normal;
}
@@ -725,3 +720,10 @@ var.dash {
.swal2-cancel {
margin-left: 2em !important;
}
// fields
form {
.fields {
margin-bottom: 0 !important;
}
}