fix:修复若干bug
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user