mirror of
https://github.com/CzBiX/qb-web.git
synced 2026-04-09 14:08:23 +08:00
Fix logs font
This commit is contained in:
@@ -21,9 +21,10 @@
|
||||
<li
|
||||
v-for="(row, i) in logs"
|
||||
:key="i"
|
||||
class="log-item"
|
||||
:class="row.type | typeColor"
|
||||
>
|
||||
[{{ row.type | formatType }} {{ row.timestamp / 1000 | formatTimestamp }}]
|
||||
<span class="tag">[{{ row.type | formatType }} {{ row.timestamp / 1000 | formatTimestamp }}]</span>
|
||||
<span v-html="row.message" />
|
||||
</li>
|
||||
</ol>
|
||||
@@ -117,10 +118,12 @@ export default class LogsDialog extends HasTask {
|
||||
@include dialog-title;
|
||||
|
||||
.logs {
|
||||
font-family: monospace;
|
||||
|
||||
li {
|
||||
.log-item {
|
||||
line-height: 1.4em;
|
||||
|
||||
.tag {
|
||||
font-family: monospace;
|
||||
}
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user