mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-01 15:32:48 +08:00
feat: 优化日志级别颜色
This commit is contained in:
@@ -50,7 +50,11 @@
|
||||
|
||||
.log-level-info { color: #909399; }
|
||||
.log-level-debug { color: #409eff; }
|
||||
.log-level-sql { color: #17a2b8; }
|
||||
.log-level-notice { color: #67c23a; }
|
||||
.log-level-warning { color: #e6a23c; }
|
||||
.log-level-error { color: #f56c6c; }
|
||||
.log-level-critical { color: #dc3545; }
|
||||
.log-level-alert { color: #fd3f91; }
|
||||
.log-level-emergency { color: #8a2be2; }
|
||||
</style>
|
||||
Reference in New Issue
Block a user