fix: tabs ui格式统一 #710

This commit is contained in:
Tim
2025-08-25 11:01:52 +08:00
parent 8437c1c714
commit e79b75f340
2 changed files with 16 additions and 2 deletions

View File

@@ -287,13 +287,13 @@ function goToConversation(id) {
}
.tab {
padding: 8px 16px;
padding: 10px 20px;
cursor: pointer;
}
.tab.active {
font-weight: 600;
border-bottom: 2px solid var(--primary-color);
color: var(--primary-color);
}
.loading-message {