feat: 夜间模式精修

This commit is contained in:
tim
2025-07-17 13:01:54 +08:00
parent b2686d6d39
commit 5b581465aa
11 changed files with 42 additions and 38 deletions

View File

@@ -72,7 +72,7 @@ export default {
top: 100%;
right: 0;
background-color: var(--menu-background-color);
border: 1px solid #ddd;
border: 1px solid var(--normal-border-color);
border-radius: 4px;
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
z-index: 10;