Compare commits

..

No commits in common. "bb2452a8ec4cf75f6e36b59b489c13152716b831" and "fa52f2d021ee19bbd201ddbf34f7bc3d96350ee3" have entirely different histories.

2 changed files with 152 additions and 492 deletions

View File

@ -732,31 +732,6 @@ onUnmounted(() => {
flex-direction: column; flex-direction: column;
} }
/* 自定义滚动条 */
.right-panel::-webkit-scrollbar {
width: 8px;
}
.right-panel::-webkit-scrollbar-track {
background: rgba(0, 0, 0, 0.1);
border-radius: 4px;
margin: 4px 0;
}
.right-panel::-webkit-scrollbar-thumb {
background: rgba(20, 184, 166, 0.3);
border-radius: 4px;
transition: background 0.2s;
}
.right-panel::-webkit-scrollbar-thumb:hover {
background: rgba(20, 184, 166, 0.5);
}
.right-panel::-webkit-scrollbar-thumb:active {
background: rgba(20, 184, 166, 0.7);
}
/* Empty State */ /* Empty State */
.empty-state { .empty-state {
flex: 1; flex: 1;
@ -1145,6 +1120,7 @@ onUnmounted(() => {
gap: 0.75rem; gap: 0.75rem;
padding: 0.875rem 1.25rem; padding: 0.875rem 1.25rem;
border-bottom: 1px solid var(--card-border); border-bottom: 1px solid var(--card-border);
border-left: 3px solid #14b8a6;
background: rgba(20, 184, 166, 0.04); background: rgba(20, 184, 166, 0.04);
} }
.dim-icon { .dim-icon {

File diff suppressed because it is too large Load Diff