mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-17 20:25:27 +08:00
Opt: Rich logging
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
display: none;
|
||||
}
|
||||
|
||||
.container-log {
|
||||
#pywebio-scope-log {
|
||||
font-size: .75rem !important;
|
||||
}
|
||||
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -68,6 +68,11 @@ textarea {
|
||||
border: 1px solid #21262d;
|
||||
}
|
||||
|
||||
pre.rich-traceback-code {
|
||||
color: #cccccc;
|
||||
background-color: #1e1e1e;
|
||||
}
|
||||
|
||||
#pywebio-scope-content {
|
||||
background-color: #36393f;
|
||||
}
|
||||
@@ -98,10 +103,10 @@ textarea {
|
||||
|
||||
#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 {
|
||||
background-color: #2f3136;
|
||||
border: 1px solid #21262d;
|
||||
|
||||
@@ -69,6 +69,11 @@ textarea {
|
||||
border: 1px solid lightgrey;
|
||||
}
|
||||
|
||||
pre.rich-traceback-code {
|
||||
background-color: #ffffff;
|
||||
color: #616161;
|
||||
}
|
||||
|
||||
#pywebio-scope-content {
|
||||
background-color: #f9f9f9;
|
||||
}
|
||||
@@ -98,10 +103,10 @@ textarea {
|
||||
|
||||
#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 {
|
||||
background-color: white;
|
||||
border: 1px solid lightgrey;
|
||||
|
||||
Reference in New Issue
Block a user