암행부와 현재 도시 모바일 명령 폭을 줄이고 장수 배치 통일

This commit is contained in:
2026-09-12 16:15:10 +00:00
parent 0cd2b7770c
commit 35f587768e
4 changed files with 39 additions and 83 deletions
@@ -514,7 +514,7 @@ const commandBrief = (command: ReservedCommand): string =>
}
.generals tbody tr {
display: grid;
grid-template-columns: 64px 62px 68px 40px 40px minmax(0, 1fr);
grid-template-columns: 64px 74px 90px 52px 52px 166px;
grid-template-areas:
'icon name name name name turns'
'icon lead str intel intel turns'
@@ -539,6 +539,7 @@ const commandBrief = (command: ReservedCommand): string =>
content: attr(data-label);
margin-right: 3px;
font-size: 11px;
line-height: 1;
color: #bbb;
}
.generals [data-field='train'],