🔨 执行日志.

This commit is contained in:
lijiahangmax
2024-03-14 00:09:20 +08:00
parent b0afc8f80a
commit e98bace51b
33 changed files with 379 additions and 1426 deletions

View File

@@ -266,6 +266,16 @@ body {
color: rgb(var(--red-6));
}
.table-cell-value {
color: var(--color-text-2);
}
.table-cell-sub-value {
margin-top: 4px;
display: inline-block;
color: var(--color-text-3);
}
// -- 滚动条
#app {
-webkit-font-smoothing: antialiased;