优化节点日志:可以批量设置服务错误日志为已修复等

This commit is contained in:
GoEdgeLab
2021-11-30 16:43:44 +08:00
parent fbac9c4578
commit bcb079e902
7 changed files with 54 additions and 10 deletions

View File

@@ -4,4 +4,17 @@
right: 1em;
top: 2.2em;
}
.content {
padding-right: 1em;
}
}
.node-logs-box {
max-height: 11.6em;
overflow-y: auto;
}
.node-logs-box::-webkit-scrollbar {
width: 4px;
}