fix: logs page by the data after parsing

This commit is contained in:
jialin
2025-01-12 17:04:12 +08:00
parent 04d5b692b8
commit 0de0426f72
12 changed files with 1063 additions and 312 deletions
@@ -15,6 +15,22 @@
.text {
min-height: 22px;
&.numable {
position: relative;
padding-left: 45px;
.line-num {
display: flex;
align-items: center;
width: 40px;
justify-content: center;
position: absolute;
left: 0;
top: 0;
background-color: rgba(71, 71, 71, 50%);
}
}
}
color: var(--color-logs-text);