1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-19 23:33:33 +08:00

Opt: Refactor GUI

Using new scope methods due to output() being deprecated in pywebio v1.5 (3a433cda0a)

- Opt: Combine on/off button into a single switch, this effect scheduler and log auto scroll
This commit is contained in:
18870
2022-01-06 01:55:24 +08:00
parent 4b2a1c0371
commit 952f8c1eb6
13 changed files with 641 additions and 585 deletions

View File

@@ -10,7 +10,7 @@
font-size: .75rem !important;
}
*[style*="container-content"] {
#pywebio-scope-content {
padding: .25rem;
margin: 0
}
@@ -18,4 +18,22 @@
*[style*="container-args-row"],
*[style*="container-large.args"] {
grid-template-columns: 1fr 8rem !important;
}
#pywebio-scope-_groups {
grid-template-columns: 0fr 1fr 0fr;
}
#pywebio-scope-overview {
grid-auto-flow: row;
grid-template-rows: 100% 100%;
}
#pywebio-scope-daemon-overview {
grid-auto-flow: row;
grid-template-rows: auto auto auto 1fr;
}
#pywebio-scope-schedulers {
grid-auto-flow: row;
}