1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 01:38:21 +08:00

Add: Task storage support

This commit is contained in:
18870
2022-11-30 21:46:12 +08:00
parent 1b83c628e0
commit 43e05c4495
15 changed files with 714 additions and 31 deletions

View File

@@ -30,6 +30,12 @@
grid-template-rows: unset;
}
[id^="pywebio-scope-arg_container-storage-"] {
grid-auto-flow: column;
grid-template-columns: 1fr auto;
grid-template-rows: 1fr auto;
}
#pywebio-scope-_groups {
grid-template-columns: 0fr 1fr;
}