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

Add: TeamIndex

This commit is contained in:
hgjazhgj
2023-05-07 09:17:14 +08:00
parent f6d52621fe
commit 59263237ab
13 changed files with 81 additions and 11 deletions

View File

@@ -34,16 +34,13 @@
}
#pywebio-scope-_daemon {
display: flex;
flex-direction: column;
display: grid;
grid-auto-flow: row;
grid-template-rows: auto minmax(6rem, auto) minmax(15rem, 1fr);
height: 100%;
overflow-y: auto;
}
#pywebio-scope-log{
flex-grow: 1;
}
#pywebio-scope-_daemon_upper {
display: grid;
grid-auto-flow: column;