1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-17 06:25:25 +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

@@ -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;