1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-15 14:37:20 +08:00

Opt: Rich logging

This commit is contained in:
18870
2022-01-21 03:55:30 +08:00
parent 0caf4ba990
commit 6d7374945c
12 changed files with 600 additions and 91 deletions

View File

@@ -210,6 +210,18 @@ button.btn.dropdown-toggle {
padding: 1rem !important;
}
code.rich-traceback {
padding: 0;
}
pre.rich-traceback-code {
padding-top: 0;
padding-bottom: 0;
font-family: Menlo, consolas, DejaVu Sans Mono, Courier New, monospace;
font-size: 0.85rem;
line-height: 1.2;
}
#pywebio-scope-ROOT {
height: 100vh;
display: grid;
@@ -329,10 +341,10 @@ button.btn.dropdown-toggle {
#pywebio-scope-scheduler-bar,
#pywebio-scope-log-bar,
#pywebio-scope-log,
#pywebio-scope-running,
#pywebio-scope-pending,
#pywebio-scope-waiting,
.container-log,
#pywebio-scope-daemon-overview #pywebio-scope-groups {
font-weight: 500;
margin: 0.3125rem;
@@ -352,6 +364,13 @@ button.btn.dropdown-toggle {
grid-auto-flow: column;
}
#pywebio-scope-log {
line-height: 1.2;
font-size: 0.85rem;
font-family: Menlo, consolas, DejaVu Sans Mono, Courier New, monospace;
white-space: pre;
}
#pywebio-scope-running,
#pywebio-scope-pending,
#pywebio-scope-waiting {