refactor: 更新API接口与数据结构,统一分页返回格式
This commit is contained in:
@@ -227,7 +227,8 @@ onBeforeUnmount(() => {
|
||||
animation: featureFade 0.8s ease-out;
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
color: rgba(236, 242, 255, 0.92);
|
||||
/* use theme variable so dark mode colors follow theme variables */
|
||||
color: var(--el-text-color-primary);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user