feat(admin,api,player): settlement stats, team crests, MS fields and list bet summary

This commit is contained in:
2026-06-04 17:30:48 +08:00
parent cc737e2924
commit 9fcee31a9a
27 changed files with 2296 additions and 427 deletions

View File

@@ -180,7 +180,7 @@ function awayFlag(match: (typeof hotMatches.value)[number]) {
position: relative;
flex-shrink: 0;
width: 72px;
height: 32px;
height: 58px;
display: flex;
align-items: center;
justify-content: center;
@@ -191,7 +191,7 @@ function awayFlag(match: (typeof hotMatches.value)[number]) {
inset: 0;
width: 100%;
height: 100%;
z-index: 0;
z-index: 1;
pointer-events: none;
overflow: visible;
}
@@ -223,7 +223,7 @@ function awayFlag(match: (typeof hotMatches.value)[number]) {
height: 2px;
transform: translateY(-50%);
pointer-events: none;
z-index: 0;
z-index: 1;
background: linear-gradient(
90deg,
rgba(94, 184, 255, 0) 0%,
@@ -239,8 +239,8 @@ function awayFlag(match: (typeof hotMatches.value)[number]) {
.vs-img {
position: relative;
z-index: 1;
width: 26px;
z-index: 0;
width: 58px;
height: auto;
object-fit: contain;
animation: vs-glow 2.4s ease-in-out infinite;