This commit is contained in:
wchino
2026-06-13 17:38:25 +08:00
parent e7e938f261
commit 7b33d9f9fa
190 changed files with 23222 additions and 4336 deletions

View File

@@ -384,4 +384,30 @@ async function openDetail(row: BetListRow) {
color: #aaa;
margin-bottom: 10px;
}
.filter-card,
.data-card {
border-radius: 8px;
}
.bet-content-summary,
.bet-no,
.selections-title {
color: var(--text);
}
.bet-content-empty,
.detail-league {
color: var(--text-muted);
}
@media (max-width: 760px) {
.bets-filter-form {
align-items: stretch;
}
.bets-filter-form :deep(.el-form-item) {
margin-right: 0;
}
}
</style>