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

@@ -647,7 +647,7 @@ export default {
.message-tabs {
display: flex;
flex-direction: row;
border-bottom: 1px solid #e0e0e0;
border-bottom: 1px solid var(--normal-border-color);
}
.message-tab-item {