fix:修复若干bug

This commit is contained in:
steve
2025-09-04 04:33:58 +08:00
parent 223619501a
commit 4b3ad56573
15 changed files with 147 additions and 59 deletions

View File

@@ -435,7 +435,7 @@ onMounted(async () => {
}
.role-card {
background: white;
background: var(--bg-primary);
border-radius: var(--border-radius-large);
box-shadow: var(--shadow-light);
overflow: hidden;
@@ -572,4 +572,4 @@ onMounted(async () => {
grid-template-columns: 1fr;
}
}
</style>
</style>