refactor: 修复深色模式下背景看不清的问题

This commit is contained in:
2025-09-14 01:16:51 +08:00
parent d0651e2104
commit 820649225d

View File

@@ -288,6 +288,8 @@ onUnmounted(() => {
box-sizing: border-box;
width: 100%;
min-height: 100%;
background-color: var(--ant-color-bg-layout);
color: var(--ant-color-text);
}
/* 响应式优化 */