mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 13:17:00 +08:00
Add: Task storage support
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
@@ -3,6 +3,12 @@
|
||||
grid-template-columns: 1fr 13rem;
|
||||
}
|
||||
|
||||
[id^="pywebio-scope-arg_container-storage-"] {
|
||||
grid-auto-flow: column;
|
||||
grid-template-columns: 1fr auto;
|
||||
grid-template-rows: 1fr auto;
|
||||
}
|
||||
|
||||
#pywebio-scope-overview {
|
||||
grid-auto-flow: column;
|
||||
grid-template-columns: minmax(16rem, 20rem) minmax(24rem, 1fr);
|
||||
|
||||
@@ -445,7 +445,8 @@ pre.rich-traceback-code {
|
||||
margin: .125rem 0;
|
||||
}
|
||||
|
||||
[id^="pywebio-scope-arg_container-checkbox-"] {
|
||||
[id^="pywebio-scope-arg_container-checkbox-"],
|
||||
[id^="pywebio-scope-arg_container-storage-"] {
|
||||
display: grid;
|
||||
margin: .375rem 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user