缓存条件增加暂停/恢复功能;缓存条件修改后自动保存

This commit is contained in:
GoEdgeLab
2022-04-08 20:49:31 +08:00
parent 4a7bdc5d64
commit 663512976a
9 changed files with 129 additions and 17 deletions

View File

@@ -12,6 +12,9 @@
.ui.label.basic.grey {
border: 1px #ccc solid !important;
}
.disabled .ui.label {
color: #ccc !important;
}
form .fields {
margin-bottom: 0 !important;
}
@@ -49,7 +52,7 @@ body.swal2-shown {
overflow: auto !important;
}
.grid {
margin-right: 0!important;
margin-right: 0 !important;
}
.fields button {
min-width: 5em;